Home
last modified time | relevance | path

Searched defs:depth_attachment (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Drender_pass.rs2088 let depth_attachment = map_attachment_info(depth_attachment); in begin_rendering() localVariable
2293 pub depth_attachment: Option<RenderingAttachmentInfo>, field
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dauto.rs114 pub(super) depth_attachment: Option<RenderingAttachmentInfo>, field
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c1789 VkRenderingAttachmentInfo depth_attachment = { in begin_subpass() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dmod.rs928 depth_attachment: Option<RenderPassStateAttachmentInfo>, field
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dlayer_validation_tests.cpp888 VkImageView *depth_attachment = nullptr; in VKTriangleTest() local
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs65382 pub fn depth_attachment(mut self, depth_attachment: &'a RenderingAttachmentInfo) -> Self { in depth_attachment() method