Home
last modified time | relevance | path

Searched refs:lexId (Results 1 - 1 of 1) sorted by relevance

/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2216 Id lexId = getUniqueId(); in makeDebugLexicalBlock() local
2217 auto lex = new Instruction(lexId, makeVoidType(), OpExtInst); in makeDebugLexicalBlock()
2226 return lexId; in makeDebugLexicalBlock()
2258 Id lexId = makeDebugLexicalBlock(line); in enterScope() local
2259 currentDebugScopeId.push(lexId); in enterScope()

Completed in 6 milliseconds