Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h144 ANGLE_INLINE bool FramebufferFetchModeHasDepthStencil(FramebufferFetchMode framebufferFetchMode) in FramebufferFetchModeHasDepthStencil() function
287 return FramebufferFetchModeHasDepthStencil(framebufferFetchMode()); in hasDepthStencilFramebufferFetch()
DContextVk.cpp5444 ASSERT(!FramebufferFetchModeHasDepthStencil(framebufferFetchMode)); in invalidateProgramExecutableHelper()
9157 if (FramebufferFetchModeHasDepthStencil(framebufferFetchMode)) in onFramebufferFetchUse()