Lines Matching refs:ds_resolve
267 const VkSubpassDescriptionDepthStencilResolve *ds_resolve = in tu_render_pass_add_implicit_deps() local
270 if (ds_resolve && ds_resolve->pDepthStencilResolveAttachment && in tu_render_pass_add_implicit_deps()
271 ds_resolve->pDepthStencilResolveAttachment->attachment != VK_ATTACHMENT_UNUSED) { in tu_render_pass_add_implicit_deps()
272 uint32_t a = ds_resolve->pDepthStencilResolveAttachment->attachment; in tu_render_pass_add_implicit_deps()
273 …uint32_t stencil_layout = vk_att_ref_stencil_layout(ds_resolve->pDepthStencilResolveAttachment, at… in tu_render_pass_add_implicit_deps()
359 const VkSubpassDescriptionDepthStencilResolve *ds_resolve = in tu_render_pass_add_implicit_deps() local
362 if (ds_resolve && ds_resolve->pDepthStencilResolveAttachment && in tu_render_pass_add_implicit_deps()
363 ds_resolve->pDepthStencilResolveAttachment->attachment != VK_ATTACHMENT_UNUSED) { in tu_render_pass_add_implicit_deps()
364 uint32_t a = ds_resolve->pDepthStencilResolveAttachment->attachment; in tu_render_pass_add_implicit_deps()
365 …uint32_t stencil_layout = vk_att_ref_stencil_layout(ds_resolve->pDepthStencilResolveAttachment, at… in tu_render_pass_add_implicit_deps()
800 const VkSubpassDescriptionDepthStencilResolve *ds_resolve = in tu_CreateRenderPass2() local
806 (is_depth_stencil_resolve_enabled(ds_resolve) ? 1 : 0); in tu_CreateRenderPass2()
824 const VkSubpassDescriptionDepthStencilResolve *ds_resolve = in tu_CreateRenderPass2() local
831 subpass->resolve_depth_stencil = is_depth_stencil_resolve_enabled(ds_resolve); in tu_CreateRenderPass2()
894 uint32_t a = ds_resolve->pDepthStencilResolveAttachment->attachment; in tu_CreateRenderPass2()