Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h83 spv::Id strId = getUniqueId(); in getStringId() local
84 Instruction* fileString = new Instruction(strId, NoType, OpString); in getStringId()
88 stringIds[file_c_str] = strId; in getStringId()
89 return strId; in getStringId()
DSpvBuilder.cpp117 spv::Id strId = getStringId(filename); in setLine() local
118 addLine(strId, currentLine, 0); in setLine()