Home
last modified time | relevance | path

Searched refs:isCoherent (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DSuballocation.h74 bool isCoherent() const;
147 bool isCoherent() const;
225 ANGLE_INLINE bool BufferBlock::isCoherent() const in isCoherent() function
353 ANGLE_INLINE bool BufferSuballocation::isCoherent() const in isCoherent() function
355 return mBufferBlock->isCoherent(); in isCoherent()
368 if (!isCoherent()) in flush()
381 if (!isCoherent()) in invalidate()
DBufferVk.cpp498 (coherency == vk::MemoryCoherency::Coherent) == mStagingBuffer.isCoherent() && in allocStagingBuffer()
526 if (!mStagingBuffer.isCoherent()) in flushStagingBuffer()
603 ASSERT(src.isCoherent()); in ghostMappedBuffer()
604 ASSERT(mBuffer.isCoherent()); in ghostMappedBuffer()
887 ASSERT(mBuffer.isCoherent()); in directUpdate()
Dvk_helpers.h117 bool isCoherent() const in isCoherent() function
806 bool isCoherent() const { return mSuballocation.isCoherent(); } in isCoherent() function
Dvk_helpers.cpp5001 if (!isCoherent()) in initializeNonZeroMemory()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h628 bool isCoherent() const { return false; } in isCoherent() function
676 bool isCoherent() const { return coherent; } in isCoherent() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DTypes.h628 bool isCoherent() const { return false; } in isCoherent() function
676 bool isCoherent() const { return coherent; } in isCoherent() function
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp408 if (qualifier.isCoherent()) in TranslateMemoryDecoration()
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp408 if (qualifier.isCoherent()) in TranslateMemoryDecoration()