Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Dclear.rs183 pub fn clear_depth_stencil_image( in clear_depth_stencil_image() function
610 pub unsafe fn clear_depth_stencil_image( in clear_depth_stencil_image() method
837 pub unsafe fn clear_depth_stencil_image(&mut self, clear_info: &ClearDepthStencilImageInfo) { in clear_depth_stencil_image() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dclear.rs250 pub unsafe fn clear_depth_stencil_image( in clear_depth_stencil_image() function