Home
last modified time | relevance | path

Searched refs:defInst (Results 1 - 1 of 1) sorted by relevance

/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2287 Instruction* defInst = new Instruction(resultId, makeVoidType(), OpExtInst); in enterFunction() local
2288 defInst->addIdOperand(nonSemanticShaderDebugInfo); in enterFunction()
2289 defInst->addImmediateOperand(NonSemanticShaderDebugInfo100DebugFunctionDefinition); in enterFunction()
2290 defInst->addIdOperand(debugId[funcId]); in enterFunction()
2291 defInst->addIdOperand(funcId); in enterFunction()
2292 buildPoint->addInstruction(std::unique_ptr<Instruction>(defInst)); in enterFunction()

Completed in 6 milliseconds