Home
last modified time | relevance | path

Searched refs:debugLocalVariableId (Results 1 – 1 of 1) sorted by relevance

/third_party/glslang/SPIRV/
DSpvBuilder.cpp2054 …auto const debugLocalVariableId = createDebugLocalVariable(debugId[getContainedTypeId(paramType)],… in makeFunctionEntry() local
2055 debugId[firstParamId + p] = debugLocalVariableId; in makeFunctionEntry()
2057 makeDebugDeclare(debugLocalVariableId, firstParamId + p); in makeFunctionEntry()
2235 auto const debugLocalVariableId = createDebugLocalVariable(debugId[type], name); in createVariable() local
2236 debugId[inst->getResultId()] = debugLocalVariableId; in createVariable()
2238 makeDebugDeclare(debugLocalVariableId, inst->getResultId()); in createVariable()