Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h646 bool usingVulkanMemoryModel() const { return false; } in usingVulkanMemoryModel() function
736 bool usingVulkanMemoryModel() const { return useVulkanMemoryModel; } in usingVulkanMemoryModel() function
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp574 if (!glslangIntermediate->usingVulkanMemoryModel() || coherentFlags.isImage) in TranslateMemoryAccess()
602 if (!glslangIntermediate->usingVulkanMemoryModel()) in TranslateImageOperands()
655 …scope = glslangIntermediate->usingVulkanMemoryModel() ? spv::ScopeQueueFamilyKHR : spv::ScopeDevic… in TranslateMemoryScope()
667 if (glslangIntermediate->usingVulkanMemoryModel() && scope == spv::ScopeDevice) { in TranslateMemoryScope()
1616 if (glslangIntermediate->usingVulkanMemoryModel()) { in TGlslangToSpvTraverser()
4622 … TranslateMemoryDecoration(memberQualifier, memory, glslangIntermediate->usingVulkanMemoryModel()); in decorateStructType()
4770 glslangIntermediate->usingVulkanMemoryModel() && in accessChainLoad()
5181 …getParamDecorations(paramDecorations[p], paramType, glslangIntermediate->usingVulkanMemoryModel()); in makeFunctions()
7520 if (glslangIntermediate->usingVulkanMemoryModel()) { in createAtomicOperation()
7527 glslangIntermediate->usingVulkanMemoryModel() ? in createAtomicOperation()
[all …]