Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvBuilder.h97 spv::Id strId = getUniqueId(); in getStringId() local
98 Instruction* fileString = new Instruction(strId, NoType, OpString); in getStringId()
103 stringIds[file_c_str] = strId; in getStringId()
104 return strId; in getStringId()
DSpvBuilder.cpp124 spv::Id strId = getStringId(filename); in setLine() local
126 addDebugScopeAndLine(strId, currentLine, 0); in setLine()
128 addLine(strId, currentLine, 0); in setLine()