shader_recompiler: Implement ff1 with subgroup ops (#3225)

This commit is contained in:
TheTurtle
2025-07-10 21:52:56 +03:00
committed by GitHub
parent 88abb93669
commit 8bc30270c8
8 changed files with 27 additions and 14 deletions

View File

@@ -472,5 +472,7 @@ OPCODE(QuadShuffle, U32, U32,
OPCODE(ReadFirstLane, U32, U32, )
OPCODE(ReadLane, U32, U32, U32 )
OPCODE(WriteLane, U32, U32, U32, U32 )
OPCODE(Ballot, U32x4, U1, )
OPCODE(BallotFindLsb, U32, U32x4, )
OPCODE(DataAppend, U32, U32, U32 )
OPCODE(DataConsume, U32, U32, U32 )