Lines Matching defs:TranslateCoherent

149     spv::Builder::AccessChain::CoherentFlags TranslateCoherent(const glslang::TType& type);
599 spv::Builder::AccessChain::CoherentFlags TGlslangToSpvTraverser::TranslateCoherent(const glslang::TType& type)
2184 spv::Builder::AccessChain::CoherentFlags coherentFlags = TranslateCoherent(node->getLeft()->getType());
2185 coherentFlags |= TranslateCoherent(node->getRight()->getType());
2220 spv::Builder::AccessChain::CoherentFlags coherentFlags = TranslateCoherent(node->getLeft()->getType());
2261 TranslateCoherent(node->getLeft()->getType());
2301 spv::Builder::AccessChain::CoherentFlags index_flags = TranslateCoherent(node->getRight()->getType());
2302 spv::Builder::AccessChain::CoherentFlags coherent_flags = TranslateCoherent(node->getLeft()->getType());
2323 TranslateCoherent(node->getLeft()->getType()),
2653 lvalueCoherentFlags |= TranslateCoherent(operandNode->getAsTyped()->getType());
3547 TranslateCoherent(glslangOperands[arg]->getAsTyped()->getType()),
3597 lvalueCoherentFlags |= TranslateCoherent(glslangOperands[arg]->getAsTyped()->getType());
5064 coherentFlags |= TranslateCoherent(type);
5131 coherentFlags |= TranslateCoherent(type);
5199 builder.accessChainPush(builder.makeIntConstant(index), TranslateCoherent(type),
5220 builder.accessChainPush(builder.makeIntConstant(m), TranslateCoherent(type),
5723 lvalueCoherentFlags |= TranslateCoherent(glslangArguments[i]->getAsTyped()->getType());
5889 mask = mask | TranslateImageOperands(TranslateCoherent(imageType));
5906 builder.makeUintConstant(TranslateMemoryScope(TranslateCoherent(imageType))) };
5941 mask = mask | TranslateImageOperands(TranslateCoherent(imageType));
5958 builder.makeUintConstant(TranslateMemoryScope(TranslateCoherent(imageType))) };
5982 mask = mask | TranslateImageOperands(TranslateCoherent(imageType));
5999 TranslateCoherent(imageType))) };