Searched refs:depth_stencil_resolve_attachment (Results 1 – 3 of 3) sorted by relevance
143 struct vk_subpass_attachment *depth_stencil_resolve_attachment; member
570 subpass->depth_stencil_resolve_attachment = next_subpass_attachment++; in vk_common_CreateRenderPass2()572 vk_subpass_attachment_init(subpass->depth_stencil_resolve_attachment, in vk_common_CreateRenderPass2()578 subpass->depth_stencil_resolve_attachment, in vk_common_CreateRenderPass2()581 if (subpass->depth_stencil_resolve_attachment || mrtss) { in vk_common_CreateRenderPass2()
33124 pub fn depth_stencil_resolve_attachment( in depth_stencil_resolve_attachment() method33126 depth_stencil_resolve_attachment: &'a AttachmentReference2, in depth_stencil_resolve_attachment()33128 self.inner.p_depth_stencil_resolve_attachment = depth_stencil_resolve_attachment; in depth_stencil_resolve_attachment()