Home
last modified time | relevance | path

Searched defs:stencil_attachment (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Drender_pass.rs2089 let stencil_attachment = map_attachment_info(stencil_attachment); in begin_rendering() localVariable
2301 pub stencil_attachment: Option<RenderingAttachmentInfo>, field
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dauto.rs115 pub(super) stencil_attachment: Option<RenderingAttachmentInfo>, field
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c1792 VkRenderingAttachmentInfo stencil_attachment = { in begin_subpass() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dmod.rs929 stencil_attachment: Option<RenderPassStateAttachmentInfo>, field
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs65387 pub fn stencil_attachment(mut self, stencil_attachment: &'a RenderingAttachmentInfo) -> Self { in stencil_attachment() method