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.inc3
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 302b8471d..49cdcd57f 100644
--- a/src/shader_recompiler/frontend/ir/opcodes.inc
+++ b/src/shader_recompiler/frontend/ir/opcodes.inc
@@ -380,6 +380,7 @@ OPCODE(BindlessImageGather, F32x4, U32,
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, Opaque, Opaque, )
382OPCODE(BindlessImageQueryDimensions, U32x4, U32, U32, ) 382OPCODE(BindlessImageQueryDimensions, U32x4, U32, U32, )
383OPCODE(BindlessImageQueryLod, F32x4, U32, Opaque, )
383 384
384OPCODE(BoundImageSampleImplicitLod, F32x4, U32, Opaque, Opaque, Opaque, ) 385OPCODE(BoundImageSampleImplicitLod, F32x4, U32, Opaque, Opaque, Opaque, )
385OPCODE(BoundImageSampleExplicitLod, F32x4, U32, Opaque, Opaque, Opaque, ) 386OPCODE(BoundImageSampleExplicitLod, F32x4, U32, Opaque, Opaque, Opaque, )
@@ -389,6 +390,7 @@ OPCODE(BoundImageGather, F32x4, U32,
389OPCODE(BoundImageGatherDref, F32x4, U32, Opaque, Opaque, Opaque, F32, ) 390OPCODE(BoundImageGatherDref, F32x4, U32, Opaque, Opaque, Opaque, F32, )
390OPCODE(BoundImageFetch, F32x4, U32, Opaque, Opaque, Opaque, Opaque, ) 391OPCODE(BoundImageFetch, F32x4, U32, Opaque, Opaque, Opaque, Opaque, )
391OPCODE(BoundImageQueryDimensions, U32x4, U32, U32, ) 392OPCODE(BoundImageQueryDimensions, U32x4, U32, U32, )
393OPCODE(BoundImageQueryLod, F32x4, U32, Opaque, )
392 394
393OPCODE(ImageSampleImplicitLod, F32x4, U32, Opaque, Opaque, Opaque, ) 395OPCODE(ImageSampleImplicitLod, F32x4, U32, Opaque, Opaque, Opaque, )
394OPCODE(ImageSampleExplicitLod, F32x4, U32, Opaque, Opaque, Opaque, ) 396OPCODE(ImageSampleExplicitLod, F32x4, U32, Opaque, Opaque, Opaque, )
@@ -398,6 +400,7 @@ OPCODE(ImageGather, F32x4, U32,
398OPCODE(ImageGatherDref, F32x4, U32, Opaque, Opaque, Opaque, F32, ) 400OPCODE(ImageGatherDref, F32x4, U32, Opaque, Opaque, Opaque, F32, )
399OPCODE(ImageFetch, F32x4, U32, Opaque, Opaque, Opaque, Opaque, ) 401OPCODE(ImageFetch, F32x4, U32, Opaque, Opaque, Opaque, Opaque, )
400OPCODE(ImageQueryDimensions, U32x4, U32, U32, ) 402OPCODE(ImageQueryDimensions, U32x4, U32, U32, )
403OPCODE(ImageQueryLod, F32x4, U32, Opaque, )
401 404
402// Warp operations 405// Warp operations
403OPCODE(VoteAll, U1, U1, ) 406OPCODE(VoteAll, U1, U1, )