Searched refs:createDebugLocalVariable (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.h | 241 Id createDebugLocalVariable(Id type, char const*const name, size_t const argNumber = 0);
|
D | SpvBuilder.cpp | 1103 Id Builder::createDebugLocalVariable(Id type, char const*const name, size_t const argNumber) in createDebugLocalVariable() function in spv::Builder 2168 …auto const debugLocalVariableId = createDebugLocalVariable(debugId[paramTypeId], paramName, p + 1); in setupDebugFunctionEntry() 2356 auto const debugLocalVariableId = createDebugLocalVariable(debugId[type], name); in createVariable()
|
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/ |
H A D | SpvBuilder.h | 244 Id createDebugLocalVariable(Id type, char const*const name, size_t const argNumber = 0);
|
H A D | SpvBuilder.cpp | 1200 Id Builder::createDebugLocalVariable(Id type, char const*const name, size_t const argNumber) in createDebugLocalVariable() function in spv::Builder 2321 …auto const debugLocalVariableId = createDebugLocalVariable(debugId[paramTypeId], paramName, p + 1); in setupFunctionDebugInfo() 2520 auto const debugLocalVariableId = createDebugLocalVariable(debugId[type], name); in createVariable()
|