Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Drender_pass.rs960 return Err(RenderPassError::DepthAttachmentResolveMultisampled); in validate_begin_rendering()
2716 DepthAttachmentResolveMultisampled, enumerator
2998 Self::DepthAttachmentResolveMultisampled => write!( in fmt()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Drender_pass.rs1150 return Err(RenderPassError::DepthAttachmentResolveMultisampled); in validate_begin_rendering()