diff options
Diffstat (limited to 'src/shader_recompiler/frontend/ir/opcodes.inc')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/opcodes.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.inc b/src/shader_recompiler/frontend/ir/opcodes.inc index 7a21fe746..a86542cd8 100644 --- a/src/shader_recompiler/frontend/ir/opcodes.inc +++ b/src/shader_recompiler/frontend/ir/opcodes.inc | |||
| @@ -48,6 +48,8 @@ OPCODE(GetAttribute, F32, Attr | |||
| 48 | OPCODE(SetAttribute, Void, Attribute, F32, U32, ) | 48 | OPCODE(SetAttribute, Void, Attribute, F32, U32, ) |
| 49 | OPCODE(GetAttributeIndexed, F32, U32, U32, ) | 49 | OPCODE(GetAttributeIndexed, F32, U32, U32, ) |
| 50 | OPCODE(SetAttributeIndexed, Void, U32, F32, U32, ) | 50 | OPCODE(SetAttributeIndexed, Void, U32, F32, U32, ) |
| 51 | OPCODE(GetPatch, F32, Patch, ) | ||
| 52 | OPCODE(SetPatch, Void, Patch, F32, ) | ||
| 51 | OPCODE(SetFragColor, Void, U32, U32, F32, ) | 53 | OPCODE(SetFragColor, Void, U32, U32, F32, ) |
| 52 | OPCODE(SetFragDepth, Void, F32, ) | 54 | OPCODE(SetFragDepth, Void, F32, ) |
| 53 | OPCODE(GetZFlag, U1, Void, ) | 55 | OPCODE(GetZFlag, U1, Void, ) |
| @@ -60,6 +62,7 @@ OPCODE(SetCFlag, Void, U1, | |||
| 60 | OPCODE(SetOFlag, Void, U1, ) | 62 | OPCODE(SetOFlag, Void, U1, ) |
| 61 | OPCODE(WorkgroupId, U32x3, ) | 63 | OPCODE(WorkgroupId, U32x3, ) |
| 62 | OPCODE(LocalInvocationId, U32x3, ) | 64 | OPCODE(LocalInvocationId, U32x3, ) |
| 65 | OPCODE(InvocationId, U32, ) | ||
| 63 | OPCODE(IsHelperInvocation, U1, ) | 66 | OPCODE(IsHelperInvocation, U1, ) |
| 64 | 67 | ||
| 65 | // Undefined | 68 | // Undefined |