diff options
Diffstat (limited to 'src/shader_recompiler/frontend/ir/opcodes.inc')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/opcodes.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.inc b/src/shader_recompiler/frontend/ir/opcodes.inc index 79baacd08..e82db0cd2 100644 --- a/src/shader_recompiler/frontend/ir/opcodes.inc +++ b/src/shader_recompiler/frontend/ir/opcodes.inc | |||
| @@ -378,7 +378,7 @@ OPCODE(BindlessImageSampleDrefImplicitLod, F32, U32, | |||
| 378 | OPCODE(BindlessImageSampleDrefExplicitLod, F32, U32, Opaque, F32, Opaque, Opaque, ) | 378 | OPCODE(BindlessImageSampleDrefExplicitLod, F32, U32, Opaque, F32, Opaque, Opaque, ) |
| 379 | OPCODE(BindlessImageGather, F32x4, U32, Opaque, Opaque, Opaque, ) | 379 | OPCODE(BindlessImageGather, F32x4, U32, Opaque, Opaque, Opaque, ) |
| 380 | OPCODE(BindlessImageGatherDref, F32x4, U32, Opaque, Opaque, Opaque, F32, ) | 380 | OPCODE(BindlessImageGatherDref, F32x4, U32, Opaque, Opaque, Opaque, F32, ) |
| 381 | OPCODE(BindlessImageFetch, F32x4, U32, Opaque, Opaque, Opaque, Opaque, ) | 381 | OPCODE(BindlessImageFetch, F32x4, U32, Opaque, Opaque, U32, Opaque, ) |
| 382 | OPCODE(BindlessImageQueryDimensions, U32x4, U32, U32, ) | 382 | OPCODE(BindlessImageQueryDimensions, U32x4, U32, U32, ) |
| 383 | OPCODE(BindlessImageQueryLod, F32x4, U32, Opaque, ) | 383 | OPCODE(BindlessImageQueryLod, F32x4, U32, Opaque, ) |
| 384 | OPCODE(BindlessImageGradient, F32x4, U32, Opaque, Opaque, Opaque, Opaque, ) | 384 | OPCODE(BindlessImageGradient, F32x4, U32, Opaque, Opaque, Opaque, Opaque, ) |
| @@ -389,7 +389,7 @@ OPCODE(BoundImageSampleDrefImplicitLod, F32, U32, | |||
| 389 | OPCODE(BoundImageSampleDrefExplicitLod, F32, U32, Opaque, F32, Opaque, Opaque, ) | 389 | OPCODE(BoundImageSampleDrefExplicitLod, F32, U32, Opaque, F32, Opaque, Opaque, ) |
| 390 | OPCODE(BoundImageGather, F32x4, U32, Opaque, Opaque, Opaque, ) | 390 | OPCODE(BoundImageGather, F32x4, U32, Opaque, Opaque, Opaque, ) |
| 391 | OPCODE(BoundImageGatherDref, F32x4, U32, Opaque, Opaque, Opaque, F32, ) | 391 | OPCODE(BoundImageGatherDref, F32x4, U32, Opaque, Opaque, Opaque, F32, ) |
| 392 | OPCODE(BoundImageFetch, F32x4, U32, Opaque, Opaque, Opaque, Opaque, ) | 392 | OPCODE(BoundImageFetch, F32x4, U32, Opaque, Opaque, U32, Opaque, ) |
| 393 | OPCODE(BoundImageQueryDimensions, U32x4, U32, U32, ) | 393 | OPCODE(BoundImageQueryDimensions, U32x4, U32, U32, ) |
| 394 | OPCODE(BoundImageQueryLod, F32x4, U32, Opaque, ) | 394 | OPCODE(BoundImageQueryLod, F32x4, U32, Opaque, ) |
| 395 | OPCODE(BoundImageGradient, F32x4, U32, Opaque, Opaque, Opaque, Opaque, ) | 395 | OPCODE(BoundImageGradient, F32x4, U32, Opaque, Opaque, Opaque, Opaque, ) |
| @@ -400,7 +400,7 @@ OPCODE(ImageSampleDrefImplicitLod, F32, U32, | |||
| 400 | OPCODE(ImageSampleDrefExplicitLod, F32, U32, Opaque, F32, Opaque, Opaque, ) | 400 | OPCODE(ImageSampleDrefExplicitLod, F32, U32, Opaque, F32, Opaque, Opaque, ) |
| 401 | OPCODE(ImageGather, F32x4, U32, Opaque, Opaque, Opaque, ) | 401 | OPCODE(ImageGather, F32x4, U32, Opaque, Opaque, Opaque, ) |
| 402 | OPCODE(ImageGatherDref, F32x4, U32, Opaque, Opaque, Opaque, F32, ) | 402 | OPCODE(ImageGatherDref, F32x4, U32, Opaque, Opaque, Opaque, F32, ) |
| 403 | OPCODE(ImageFetch, F32x4, U32, Opaque, Opaque, Opaque, Opaque, ) | 403 | OPCODE(ImageFetch, F32x4, U32, Opaque, Opaque, U32, Opaque, ) |
| 404 | OPCODE(ImageQueryDimensions, U32x4, U32, U32, ) | 404 | OPCODE(ImageQueryDimensions, U32x4, U32, U32, ) |
| 405 | OPCODE(ImageQueryLod, F32x4, U32, Opaque, ) | 405 | OPCODE(ImageQueryLod, F32x4, U32, Opaque, ) |
| 406 | OPCODE(ImageGradient, F32x4, U32, Opaque, Opaque, Opaque, F32, ) | 406 | OPCODE(ImageGradient, F32x4, U32, Opaque, Opaque, Opaque, F32, ) |