Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h141 ANGLE_INLINE bool FramebufferFetchModeHasDepthStencil(FramebufferFetchMode framebufferFetchMode) in FramebufferFetchModeHasDepthStencil() function
284 return FramebufferFetchModeHasDepthStencil(framebufferFetchMode()); in hasDepthStencilFramebufferFetch()
H A DContextVk.cpp5518 ASSERT(!FramebufferFetchModeHasDepthStencil(framebufferFetchMode)); in invalidateProgramExecutableHelper()
9138 if (FramebufferFetchModeHasDepthStencil(framebufferFetchMode)) in onFramebufferFetchUse()