HomeSort by relevance Sort by last modified time
    Searched refs:coherentFlags (Results 1 - 3 of 3) sorted by null

  /external/deqp-deps/glslang/SPIRV/
SpvBuilder.h 544 struct CoherentFlags {
565 CoherentFlags() { clear(); }
566 CoherentFlags operator |=(const CoherentFlags &other) {
578 CoherentFlags coherentFlags;
608 void accessChainPush(Id offset, AccessChain::CoherentFlags coherentFlags, unsigned int alignment)
611 accessChain.coherentFlags |= coherentFlags;
    [all...]
GlslangToSpv.cpp 132 spv::Builder::AccessChain::CoherentFlags TranslateCoherent(const glslang::TType& type);
133 spv::MemoryAccessMask TranslateMemoryAccess(const spv::Builder::AccessChain::CoherentFlags &coherentFlags);
134 spv::ImageOperandsMask TranslateImageOperands(const spv::Builder::AccessChain::CoherentFlags &coherentFlags);
135 spv::Scope TranslateMemoryScope(const spv::Builder::AccessChain::CoherentFlags &coherentFlags);
506 spv::MemoryAccessMask TGlslangToSpvTraverser::TranslateMemoryAccess(const spv::Builder::AccessChain::CoherentFlags &coherentFlags)
508 if (!glslangIntermediate->usingVulkanMemoryModel() || coherentFlags.isImage)
    [all...]
SpvBuilder.cpp     [all...]

Completed in 644 milliseconds