Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dmod.rs976 .and_then(depth_stencil_load_access), in from_subpass()
993 .and_then(depth_stencil_load_access), in from_subpass()
1026 load_access: depth_stencil_load_access(atch_info.load_op), in from_rendering_info()
1042 load_access: depth_stencil_load_access(atch_info.load_op), in from_rendering_info()
1067 fn depth_stencil_load_access(load_op: LoadOp) -> Option<PipelineStageAccess> { in depth_stencil_load_access() function