Home
last modified time | relevance | path

Searched defs:coherentFlags (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h578 CoherentFlags coherentFlags; member
608 … void accessChainPush(Id offset, AccessChain::CoherentFlags coherentFlags, unsigned int alignment) in accessChainPush()
620 …ChainPushComponent(Id component, Id preSwizzleBaseType, AccessChain::CoherentFlags coherentFlags, … in accessChainPushComponent()
DGlslangToSpv.cpp506 …TGlslangToSpvTraverser::TranslateMemoryAccess(const spv::Builder::AccessChain::CoherentFlags &cohe… in TranslateMemoryAccess()
533 …GlslangToSpvTraverser::TranslateImageOperands(const spv::Builder::AccessChain::CoherentFlags &cohe… in TranslateImageOperands()
582 … TGlslangToSpvTraverser::TranslateMemoryScope(const spv::Builder::AccessChain::CoherentFlags &cohe… in TranslateMemoryScope()
3400 spv::Builder::AccessChain::CoherentFlags coherentFlags = builder.getAccessChain().coherentFlags; in accessChainLoad() local
3467 spv::Builder::AccessChain::CoherentFlags coherentFlags = builder.getAccessChain().coherentFlags; in accessChainStore() local
DSpvBuilder.cpp2525 …(std::vector<unsigned>& swizzle, Id preSwizzleBaseType, AccessChain::CoherentFlags coherentFlags, … in accessChainPushSwizzle()