Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DGlslangToSpv.cpp558 if (!glslangIntermediate->usingVulkanMemoryModel() || coherentFlags.isImage) in TranslateMemoryAccess()
584 if (!glslangIntermediate->usingVulkanMemoryModel()) in TranslateImageOperands()
633 …scope = glslangIntermediate->usingVulkanMemoryModel() ? spv::ScopeQueueFamilyKHR : spv::ScopeDevic… in TranslateMemoryScope()
645 if (glslangIntermediate->usingVulkanMemoryModel() && scope == spv::ScopeDevice) { in TranslateMemoryScope()
1599 if (glslangIntermediate->usingVulkanMemoryModel()) { in TGlslangToSpvTraverser()
4541 …emoryDecoration(typeQualifier, topLevelDecorations, glslangIntermediate->usingVulkanMemoryModel()); in createSpvVariable()
5197 … TranslateMemoryDecoration(memberQualifier, memory, glslangIntermediate->usingVulkanMemoryModel()); in decorateStructType()
5332 glslangIntermediate->usingVulkanMemoryModel() && in accessChainLoad()
5773 …getParamDecorations(paramDecorations[p], paramType, glslangIntermediate->usingVulkanMemoryModel()); in makeFunctions()
7998 if (glslangIntermediate->usingVulkanMemoryModel()) { in createAtomicOperation()
[all …]
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp554 if (!glslangIntermediate->usingVulkanMemoryModel() || coherentFlags.isImage) in TranslateMemoryAccess()
580 if (!glslangIntermediate->usingVulkanMemoryModel()) in TranslateImageOperands()
629 …scope = glslangIntermediate->usingVulkanMemoryModel() ? spv::ScopeQueueFamilyKHR : spv::ScopeDevic… in TranslateMemoryScope()
641 if (glslangIntermediate->usingVulkanMemoryModel() && scope == spv::ScopeDevice) { in TranslateMemoryScope()
1605 if (glslangIntermediate->usingVulkanMemoryModel()) { in TGlslangToSpvTraverser()
4979 … TranslateMemoryDecoration(memberQualifier, memory, glslangIntermediate->usingVulkanMemoryModel()); in decorateStructType()
5110 glslangIntermediate->usingVulkanMemoryModel() && in accessChainLoad()
5525 …getParamDecorations(paramDecorations[p], paramType, glslangIntermediate->usingVulkanMemoryModel()); in makeFunctions()
7984 if (glslangIntermediate->usingVulkanMemoryModel()) { in createAtomicOperation()
7991 glslangIntermediate->usingVulkanMemoryModel() ? in createAtomicOperation()
[all …]
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Dlocalintermediate.h732 bool usingVulkanMemoryModel() const { return useVulkanMemoryModel; } in usingVulkanMemoryModel() function
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h721 bool usingVulkanMemoryModel() const { return useVulkanMemoryModel; } in usingVulkanMemoryModel() function