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

Method AddInstrEntryPoint

Source/SpireCore/SpirVCodeGen.cpp:3210–3213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3208 }
3209
3210 void AddInstrEntryPoint(ExecutionModel EM, int entryID, const List<int>& interfaceIDs)
3211 {
3212 CodeGen.OpEntryPoint(EM, entryID, interfaceIDs);
3213 }
3214
3215 void AddInstrExecutionMode(int ID, ExecutionMode mode, int op1 = -1, int op2 = -1, int op3 = -1)
3216 {

Callers 1

GenerateEntryPointMethod · 0.80

Calls 1

OpEntryPointMethod · 0.80

Tested by

no test coverage detected