Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DGlslangToSpv.cpp179 void multiTypeStore(const glslang::TType&, spv::Id rValue);
1884 multiTypeStore(node->getLeft()->getType(), rValue); in visitBinary()
3460 multiTypeStore(glslangReturnType, returnId); in visitBranch()
4190 void TGlslangToSpvTraverser::multiTypeStore(const glslang::TType& type, spv::Id rValue) in multiTypeStore() function in __anon8cc894d10111::TGlslangToSpvTraverser
4240 multiTypeStore(glslangElementType, elementRValue); in multiTypeStore()
4261 multiTypeStore(glslangMemberType, memberRValue); in multiTypeStore()
5371 multiTypeStore(*argTypes[a], copy); in handleUserFunctionCall()
5382 multiTypeStore(*argTypes[a], rValues[rValueCount]); in handleUserFunctionCall()
5404 multiTypeStore(*argTypes[a], copy); in handleUserFunctionCall()