Home
last modified time | relevance | path

Searched defs:isCoherent (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DSuballocation.h292 ANGLE_INLINE bool BufferBlock::isCoherent() const in isCoherent() function
423 ANGLE_INLINE bool BufferSuballocation::isCoherent() const in isCoherent() function
H A Dvk_helpers.h244 bool isCoherent() const in isCoherent() function
1053 bool isCoherent() const { return mSuballocation.isCoherent(); } in isCoherent() function
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
DTypes.h618 bool isCoherent() const { return coherent; } in isCoherent() function
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A DTypes.h604 bool isCoherent() const { return coherent; } in isCoherent() function
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DFramebufferFetchTest.cpp1863 const bool isCoherent = IsGLExtensionEnabled("GL_EXT_shader_framebuffer_fetch"); in chooseBetweenCoherentOrIncoherent() local