mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-29 03:46:24 +02:00
Support ballot operations with divergent control flow on Adreno
This commit is contained in:
parent
dca4091930
commit
698ac0413b
11 changed files with 66 additions and 6 deletions
|
@ -328,6 +328,9 @@ namespace Ryujinx.Graphics.Shader.StructuredIr
|
|||
case Instruction.FSIEnd:
|
||||
context.Info.HelperFunctionsMask |= HelperFunctionsMask.FSI;
|
||||
break;
|
||||
case Instruction.Ballot:
|
||||
context.Info.HelperFunctionsMask |= HelperFunctionsMask.Ballot;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue