|
|
|
@ -85,6 +85,7 @@ void EmitInvocationId(EmitContext& ctx, IR::Inst& inst);
|
|
|
|
|
void EmitSampleId(EmitContext& ctx, IR::Inst& inst);
|
|
|
|
|
void EmitIsHelperInvocation(EmitContext& ctx, IR::Inst& inst);
|
|
|
|
|
void EmitYDirection(EmitContext& ctx, IR::Inst& inst);
|
|
|
|
|
void EmitResolutionDownFactor(EmitContext& ctx, IR::Inst& inst);
|
|
|
|
|
void EmitLoadLocal(EmitContext& ctx, IR::Inst& inst, std::string_view word_offset);
|
|
|
|
|
void EmitWriteLocal(EmitContext& ctx, std::string_view word_offset, std::string_view value);
|
|
|
|
|
void EmitUndefU1(EmitContext& ctx, IR::Inst& inst);
|
|
|
|
|