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 717aa71ca..302b8471d 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, U32, U32, ) 381OPCODE(BindlessImageFetch, F32x4, U32, Opaque, Opaque, Opaque, Opaque, )
382OPCODE(BindlessImageQueryDimensions, U32x4, U32, U32, ) 382OPCODE(BindlessImageQueryDimensions, U32x4, U32, U32, )
383 383
384OPCODE(BoundImageSampleImplicitLod, F32x4, U32, Opaque, Opaque, Opaque, ) 384OPCODE(BoundImageSampleImplicitLod, F32x4, U32, Opaque, Opaque, Opaque, )
@@ -387,7 +387,7 @@ OPCODE(BoundImageSampleDrefImplicitLod, F32, U32,
387OPCODE(BoundImageSampleDrefExplicitLod, F32, U32, Opaque, F32, Opaque, Opaque, ) 387OPCODE(BoundImageSampleDrefExplicitLod, F32, U32, Opaque, F32, Opaque, Opaque, )
388OPCODE(BoundImageGather, F32x4, U32, Opaque, Opaque, Opaque, ) 388OPCODE(BoundImageGather, F32x4, U32, Opaque, Opaque, Opaque, )
389OPCODE(BoundImageGatherDref, F32x4, U32, Opaque, Opaque, Opaque, F32, ) 389OPCODE(BoundImageGatherDref, F32x4, U32, Opaque, Opaque, Opaque, F32, )
390OPCODE(BoundImageFetch, F32x4, U32, Opaque, U32, U32, ) 390OPCODE(BoundImageFetch, F32x4, U32, Opaque, Opaque, Opaque, Opaque, )
391OPCODE(BoundImageQueryDimensions, U32x4, U32, U32, ) 391OPCODE(BoundImageQueryDimensions, U32x4, U32, U32, )
392 392
393OPCODE(ImageSampleImplicitLod, F32x4, U32, Opaque, Opaque, Opaque, ) 393OPCODE(ImageSampleImplicitLod, F32x4, U32, Opaque, Opaque, Opaque, )
@@ -396,7 +396,7 @@ OPCODE(ImageSampleDrefImplicitLod, F32, U32,
396OPCODE(ImageSampleDrefExplicitLod, F32, U32, Opaque, F32, Opaque, Opaque, ) 396OPCODE(ImageSampleDrefExplicitLod, F32, U32, Opaque, F32, Opaque, Opaque, )
397OPCODE(ImageGather, F32x4, U32, Opaque, Opaque, Opaque, ) 397OPCODE(ImageGather, F32x4, U32, Opaque, Opaque, Opaque, )
398OPCODE(ImageGatherDref, F32x4, U32, Opaque, Opaque, Opaque, F32, ) 398OPCODE(ImageGatherDref, F32x4, U32, Opaque, Opaque, Opaque, F32, )
399OPCODE(ImageFetch, F32x4, U32, Opaque, U32, U32, ) 399OPCODE(ImageFetch, F32x4, U32, Opaque, Opaque, Opaque, Opaque, )
400OPCODE(ImageQueryDimensions, U32x4, U32, U32, ) 400OPCODE(ImageQueryDimensions, U32x4, U32, U32, )
401 401
402// Warp operations 402// Warp operations