diff options
Diffstat (limited to 'src/shader_recompiler/frontend/ir/opcodes.inc')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/opcodes.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.inc b/src/shader_recompiler/frontend/ir/opcodes.inc index dcd54bcf7..1697de965 100644 --- a/src/shader_recompiler/frontend/ir/opcodes.inc +++ b/src/shader_recompiler/frontend/ir/opcodes.inc | |||
| @@ -417,6 +417,11 @@ OPCODE(VoteAll, U1, U1, | |||
| 417 | OPCODE(VoteAny, U1, U1, ) | 417 | OPCODE(VoteAny, U1, U1, ) |
| 418 | OPCODE(VoteEqual, U1, U1, ) | 418 | OPCODE(VoteEqual, U1, U1, ) |
| 419 | OPCODE(SubgroupBallot, U32, U1, ) | 419 | OPCODE(SubgroupBallot, U32, U1, ) |
| 420 | OPCODE(SubgroupEqMask, U32, ) | ||
| 421 | OPCODE(SubgroupLtMask, U32, ) | ||
| 422 | OPCODE(SubgroupLeMask, U32, ) | ||
| 423 | OPCODE(SubgroupGtMask, U32, ) | ||
| 424 | OPCODE(SubgroupGeMask, U32, ) | ||
| 420 | OPCODE(ShuffleIndex, U32, U32, U32, U32, U32, ) | 425 | OPCODE(ShuffleIndex, U32, U32, U32, U32, U32, ) |
| 421 | OPCODE(ShuffleUp, U32, U32, U32, U32, U32, ) | 426 | OPCODE(ShuffleUp, U32, U32, U32, U32, U32, ) |
| 422 | OPCODE(ShuffleDown, U32, U32, U32, U32, U32, ) | 427 | OPCODE(ShuffleDown, U32, U32, U32, U32, U32, ) |