Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h282 bool hasDepthStencilFramebufferFetch() const in hasDepthStencilFramebufferFetch() function
914 return mSharedNonVertexInput.renderPass.hasDepthStencilFramebufferFetch(); in getRenderPassDepthStencilFramebufferFetchMode()
H A Dvk_cache_utils.cpp1864 renderPass.hasDepthStencilFramebufferFetch(); in UnpackPipelineState()
2780 const bool hasDepthStencilFramebufferFetch = in GetProgramFramebufferFetchMode() local
2783 if (hasDepthStencilFramebufferFetch) in GetProgramFramebufferFetchMode()
7457 ASSERT(!desc.hasDepthStencilFramebufferFetch()); in MakeRenderPass()
H A DFramebufferVk.cpp2948 ASSERT(!mRenderPassDesc.hasDepthStencilFramebufferFetch()); in getFramebuffer()
H A Dvk_helpers.cpp2691 if (mRenderPassDesc.hasDepthStencilFramebufferFetch()) in finalizeDepthStencilImageLayout()