Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h241 Id createDebugLocalVariable(Id type, char const*const name, size_t const argNumber = 0);
DSpvBuilder.cpp1103 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 DSpvBuilder.h244 Id createDebugLocalVariable(Id type, char const*const name, size_t const argNumber = 0);
H A DSpvBuilder.cpp1200 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()