MCPcopy Create free account
hub / github.com/csyonghe/Spire / AddInstrExecutionMode

Method AddInstrExecutionMode

Source/SpireCore/SpirVCodeGen.cpp:3215–3218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3213 }
3214
3215 void AddInstrExecutionMode(int ID, ExecutionMode mode, int op1 = -1, int op2 = -1, int op3 = -1)
3216 {
3217 CodeGen.OpExecutionMode(ID, mode, op1, op2, op3);
3218 }
3219
3220 int AddInstrDot(ILOperand *op, RefPtr<ILType> typeIL, int ID0, int ID1)
3221 {

Callers 1

GenerateEntryPointMethod · 0.80

Calls 1

OpExecutionModeMethod · 0.80

Tested by

no test coverage detected