diff options
Diffstat (limited to 'src/shader_recompiler/backend/glsl/emit_glsl_instructions.h')
| -rw-r--r-- | src/shader_recompiler/backend/glsl/emit_glsl_instructions.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h b/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h index 12094139f..1257575c0 100644 --- a/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h +++ b/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h | |||
| @@ -30,14 +30,7 @@ void EmitIdentity(EmitContext& ctx, IR::Inst& inst, const IR::Value& value); | |||
| 30 | void EmitConditionRef(EmitContext& ctx, IR::Inst& inst, const IR::Value& value); | 30 | void EmitConditionRef(EmitContext& ctx, IR::Inst& inst, const IR::Value& value); |
| 31 | void EmitReference(EmitContext& ctx, const IR::Value& value); | 31 | void EmitReference(EmitContext& ctx, const IR::Value& value); |
| 32 | void EmitPhiMove(EmitContext& ctx, const IR::Value& phi, const IR::Value& value); | 32 | void EmitPhiMove(EmitContext& ctx, const IR::Value& phi, const IR::Value& value); |
| 33 | void EmitBranch(EmitContext& ctx, std::string_view label); | ||
| 34 | void EmitBranchConditional(EmitContext& ctx, std::string_view condition, | ||
| 35 | std::string_view true_label, std::string_view false_label); | ||
| 36 | void EmitLoopMerge(EmitContext& ctx, std::string_view merge_label, std::string_view continue_label); | ||
| 37 | void EmitSelectionMerge(EmitContext& ctx, std::string_view merge_label); | ||
| 38 | void EmitReturn(EmitContext& ctx); | ||
| 39 | void EmitJoin(EmitContext& ctx); | 33 | void EmitJoin(EmitContext& ctx); |
| 40 | void EmitUnreachable(EmitContext& ctx); | ||
| 41 | void EmitDemoteToHelperInvocation(EmitContext& ctx, std::string_view continue_label); | 34 | void EmitDemoteToHelperInvocation(EmitContext& ctx, std::string_view continue_label); |
| 42 | void EmitBarrier(EmitContext& ctx); | 35 | void EmitBarrier(EmitContext& ctx); |
| 43 | void EmitWorkgroupMemoryBarrier(EmitContext& ctx); | 36 | void EmitWorkgroupMemoryBarrier(EmitContext& ctx); |