Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.h143 struct vk_subpass_attachment *depth_stencil_resolve_attachment; member
H A Dvk_render_pass.c570 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()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs33124 pub fn depth_stencil_resolve_attachment( in depth_stencil_resolve_attachment() method
33126 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()