Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2171 auto const debugLocalVariableId = createDebugLocalVariable(debugId[paramTypeId], paramName, p + 1); in setupDebugFunctionEntry() local
2173 debugId[paramId] = debugLocalVariableId; in setupDebugFunctionEntry()
2176 makeDebugDeclare(debugLocalVariableId, paramId); in setupDebugFunctionEntry()
2178 makeDebugValue(debugLocalVariableId, paramId); in setupDebugFunctionEntry()
2359 auto const debugLocalVariableId = createDebugLocalVariable(debugId[type], name); in createVariable() local
2360 debugId[inst->getResultId()] = debugLocalVariableId; in createVariable()
2362 makeDebugDeclare(debugLocalVariableId, inst->getResultId()); in createVariable()

Completed in 6 milliseconds