Home
last modified time | relevance | path

Searched defs:atch_num (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/render_pass/
Dmod.rs629 let atch_num = match &subpass_desc.depth_stencil_attachment { in has_depth() localVariable
644 let atch_num = match &subpass_desc.depth_stencil_attachment { in has_writable_depth() localVariable
667 let atch_num = match &subpass_desc.depth_stencil_attachment { in has_stencil() localVariable
683 let atch_num = match &subpass_desc.depth_stencil_attachment { in has_writable_stencil() localVariable
Dcreate.rs62 let atch_num = atch_num as u32; in validate() localVariable