Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2819 …spv::Id copyId = builder.createVariable(spv::StorageClassFunction, currentFunction->getReturnType(… in visitBranch() local
2820 builder.setAccessChainLValue(copyId); in visitBranch()
2822 returnId = builder.createLoad(copyId); in visitBranch()