summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/frontend/ir/ir_emitter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader_recompiler/frontend/ir/ir_emitter.h')
-rw-r--r--src/shader_recompiler/frontend/ir/ir_emitter.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/ir/ir_emitter.h b/src/shader_recompiler/frontend/ir/ir_emitter.h
index 64738735e..04b43197f 100644
--- a/src/shader_recompiler/frontend/ir/ir_emitter.h
+++ b/src/shader_recompiler/frontend/ir/ir_emitter.h
@@ -240,6 +240,12 @@ public:
240 const Value& offset, const F32& lod_clamp, 240 const Value& offset, const F32& lod_clamp,
241 TextureInstInfo info); 241 TextureInstInfo info);
242 242
243 [[nodiscard]] Value ImageGather(const Value& handle, const Value& coords, const Value& offset,
244 const Value& offset2, TextureInstInfo info);
245
246 [[nodiscard]] Value ImageGatherDref(const Value& handle, const Value& coords, const Value& offset,
247 const Value& offset2, const F32& dref, TextureInstInfo info);
248
243 [[nodiscard]] U1 VoteAll(const U1& value); 249 [[nodiscard]] U1 VoteAll(const U1& value);
244 [[nodiscard]] U1 VoteAny(const U1& value); 250 [[nodiscard]] U1 VoteAny(const U1& value);
245 [[nodiscard]] U1 VoteEqual(const U1& value); 251 [[nodiscard]] U1 VoteEqual(const U1& value);