mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
VideoBackends:Multiple: Split up BUG_BROKEN_SUBGROUP_OPS
We now use subgroup ops for more than just a minor performance optimization
This commit is contained in:
parent
6243e50b21
commit
463269f704
6 changed files with 35 additions and 14 deletions
|
@ -485,7 +485,7 @@ void UpdateBoundingBox(float2 rawpos) {{
|
|||
int2 pos_tl = pos & ~1; // round down to even
|
||||
int2 pos_br = pos | 1; // round up to odd
|
||||
|
||||
#ifdef SUPPORTS_SUBGROUP_REDUCTION
|
||||
#if defined(SUPPORTS_SUBGROUP_REDUCTION) && !defined(BROKEN_SUBGROUP_WITH_DISCARD)
|
||||
if (!IS_HELPER_INVOCATION)
|
||||
{{
|
||||
SUBGROUP_MIN(pos_tl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue