Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_pass.cc767 is_depth_stencil_resolve_enabled(const VkSubpassDescriptionDepthStencilResolve *depth_stencil_resol… in is_depth_stencil_resolve_enabled() function
881 (is_depth_stencil_resolve_enabled(ds_resolve) ? 1 : 0); in tu_CreateRenderPass2()
920 subpass->resolve_depth_stencil = is_depth_stencil_resolve_enabled(ds_resolve); in tu_CreateRenderPass2()