Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp1077 Instruction* sourceInst = new Instruction(resultId, makeVoidType(), OpExtInst); in makeDebugSource() local
1078 sourceInst->addIdOperand(nonSemanticShaderDebugInfo); in makeDebugSource()
1079 sourceInst->addImmediateOperand(NonSemanticShaderDebugInfo100DebugSource); in makeDebugSource()
1080 sourceInst->addIdOperand(fileName); in makeDebugSource()
1090 sourceInst->addIdOperand(sourceId); in makeDebugSource()
1092 constantsTypesGlobals.push_back(std::unique_ptr<Instruction>(sourceInst)); in makeDebugSource()
1093 module.mapInstruction(sourceInst); in makeDebugSource()
1102 Instruction* sourceInst = new Instruction(resultId, makeVoidType(), OpExtInst); in makeDebugCompilationUnit() local
1103 sourceInst->addIdOperand(nonSemanticShaderDebugInfo); in makeDebugCompilationUnit()
1104 sourceInst in makeDebugCompilationUnit()
[all...]

Completed in 5 milliseconds