Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp132 spv::Builder::AccessChain::CoherentFlags TranslateCoherent(const glslang::TType& type);
560 spv::Builder::AccessChain::CoherentFlags TGlslangToSpvTraverser::TranslateCoherent(const glslang::T… in TranslateCoherent() function in __anon26c506720111::TGlslangToSpvTraverser
1707 TranslateCoherent(node->getLeft()->getType()), in visitBinary()
1735 …builder.accessChainPush(builder.makeIntConstant(spvIndex), TranslateCoherent(node->getLeft()->getT… in visitBinary()
1771 TranslateCoherent(node->getLeft()->getType()), in visitBinary()
1774 …builder.accessChainPush(index, TranslateCoherent(node->getLeft()->getType()), getBufferReferenceAl… in visitBinary()
1784 TranslateCoherent(node->getLeft()->getType()), in visitBinary()
3401 coherentFlags |= TranslateCoherent(type); in accessChainLoad()
3468 coherentFlags |= TranslateCoherent(type); in accessChainStore()
3521 …builder.accessChainPush(builder.makeIntConstant(index), TranslateCoherent(type), getBufferReferenc… in multiTypeStore()
[all …]