Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvBuilder.h230 Id createDebugLocalVariable(Id type, char const*const name, size_t const argNumber = 0);
DSpvBuilder.cpp1096 Id Builder::createDebugLocalVariable(Id type, char const*const name, size_t const argNumber) in createDebugLocalVariable() function in spv::Builder
2054 …auto const debugLocalVariableId = createDebugLocalVariable(debugId[getContainedTypeId(paramType)],… in makeFunctionEntry()
2235 auto const debugLocalVariableId = createDebugLocalVariable(debugId[type], name); in createVariable()