Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp2168 …auto const debugLocalVariableId = createDebugLocalVariable(debugId[paramTypeId], paramName, p + 1); in setupDebugFunctionEntry() local
2170 debugId[paramId] = debugLocalVariableId; in setupDebugFunctionEntry()
2173 makeDebugDeclare(debugLocalVariableId, paramId); in setupDebugFunctionEntry()
2175 makeDebugValue(debugLocalVariableId, paramId); in setupDebugFunctionEntry()
2356 auto const debugLocalVariableId = createDebugLocalVariable(debugId[type], name); in createVariable() local
2357 debugId[inst->getResultId()] = debugLocalVariableId; in createVariable()
2359 makeDebugDeclare(debugLocalVariableId, inst->getResultId()); in createVariable()
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DSpvBuilder.cpp2321 …auto const debugLocalVariableId = createDebugLocalVariable(debugId[paramTypeId], paramName, p + 1); in setupFunctionDebugInfo() local
2323 debugId[paramId] = debugLocalVariableId; in setupFunctionDebugInfo()
2326 makeDebugDeclare(debugLocalVariableId, paramId); in setupFunctionDebugInfo()
2328 makeDebugValue(debugLocalVariableId, paramId); in setupFunctionDebugInfo()
2520 auto const debugLocalVariableId = createDebugLocalVariable(debugId[type], name); in createVariable() local
2521 debugId[inst->getResultId()] = debugLocalVariableId; in createVariable()
2523 makeDebugDeclare(debugLocalVariableId, inst->getResultId()); in createVariable()