summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/frontend/ir/opcodes.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader_recompiler/frontend/ir/opcodes.inc')
-rw-r--r--src/shader_recompiler/frontend/ir/opcodes.inc6
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,
378OPCODE(BindlessImageSampleDrefExplicitLod, F32, U32, Opaque, F32, Opaque, Opaque, ) 378OPCODE(BindlessImageSampleDrefExplicitLod, F32, U32, Opaque, F32, Opaque, Opaque, )
379OPCODE(BindlessImageGather, F32x4, U32, Opaque, Opaque, Opaque, ) 379OPCODE(BindlessImageGather, F32x4, U32, Opaque, Opaque, Opaque, )
380OPCODE(BindlessImageGatherDref, F32x4, U32, Opaque, Opaque, Opaque, F32, ) 380OPCODE(BindlessImageGatherDref, F32x4, U32, Opaque, Opaque, Opaque, F32, )
381OPCODE(BindlessImageFetch, F32x4, U32, Opaque, Opaque, Opaque, Opaque, ) 381OPCODE(BindlessImageFetch, F32x4, U32, Opaque, Opaque, U32, Opaque, )
382OPCODE(BindlessImageQueryDimensions, U32x4, U32, U32, ) 382OPCODE(BindlessImageQueryDimensions, U32x4, U32, U32, )
383OPCODE(BindlessImageQueryLod, F32x4, U32, Opaque, ) 383OPCODE(BindlessImageQueryLod, F32x4, U32, Opaque, )
384OPCODE(BindlessImageGradient, F32x4, U32, Opaque, Opaque, Opaque, Opaque, ) 384OPCODE(BindlessImageGradient, F32x4, U32, Opaque, Opaque, Opaque, Opaque, )
@@ -389,7 +389,7 @@ OPCODE(BoundImageSampleDrefImplicitLod, F32, U32,
389OPCODE(BoundImageSampleDrefExplicitLod, F32, U32, Opaque, F32, Opaque, Opaque, ) 389OPCODE(BoundImageSampleDrefExplicitLod, F32, U32, Opaque, F32, Opaque, Opaque, )
390OPCODE(BoundImageGather, F32x4, U32, Opaque, Opaque, Opaque, ) 390OPCODE(BoundImageGather, F32x4, U32, Opaque, Opaque, Opaque, )
391OPCODE(BoundImageGatherDref, F32x4, U32, Opaque, Opaque, Opaque, F32, ) 391OPCODE(BoundImageGatherDref, F32x4, U32, Opaque, Opaque, Opaque, F32, )
392OPCODE(BoundImageFetch, F32x4, U32, Opaque, Opaque, Opaque, Opaque, ) 392OPCODE(BoundImageFetch, F32x4, U32, Opaque, Opaque, U32, Opaque, )
393OPCODE(BoundImageQueryDimensions, U32x4, U32, U32, ) 393OPCODE(BoundImageQueryDimensions, U32x4, U32, U32, )
394OPCODE(BoundImageQueryLod, F32x4, U32, Opaque, ) 394OPCODE(BoundImageQueryLod, F32x4, U32, Opaque, )
395OPCODE(BoundImageGradient, F32x4, U32, Opaque, Opaque, Opaque, Opaque, ) 395OPCODE(BoundImageGradient, F32x4, U32, Opaque, Opaque, Opaque, Opaque, )
@@ -400,7 +400,7 @@ OPCODE(ImageSampleDrefImplicitLod, F32, U32,
400OPCODE(ImageSampleDrefExplicitLod, F32, U32, Opaque, F32, Opaque, Opaque, ) 400OPCODE(ImageSampleDrefExplicitLod, F32, U32, Opaque, F32, Opaque, Opaque, )
401OPCODE(ImageGather, F32x4, U32, Opaque, Opaque, Opaque, ) 401OPCODE(ImageGather, F32x4, U32, Opaque, Opaque, Opaque, )
402OPCODE(ImageGatherDref, F32x4, U32, Opaque, Opaque, Opaque, F32, ) 402OPCODE(ImageGatherDref, F32x4, U32, Opaque, Opaque, Opaque, F32, )
403OPCODE(ImageFetch, F32x4, U32, Opaque, Opaque, Opaque, Opaque, ) 403OPCODE(ImageFetch, F32x4, U32, Opaque, Opaque, U32, Opaque, )
404OPCODE(ImageQueryDimensions, U32x4, U32, U32, ) 404OPCODE(ImageQueryDimensions, U32x4, U32, U32, )
405OPCODE(ImageQueryLod, F32x4, U32, Opaque, ) 405OPCODE(ImageQueryLod, F32x4, U32, Opaque, )
406OPCODE(ImageGradient, F32x4, U32, Opaque, Opaque, Opaque, F32, ) 406OPCODE(ImageGradient, F32x4, U32, Opaque, Opaque, Opaque, F32, )