Home
last modified time | relevance | path

Searched defs:DescriptorSetWithOffsets (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/descriptor_set/
Dcollection.rs14 fn into_vec(self) -> Vec<DescriptorSetWithOffsets>; in into_vec()
19 fn into_vec(self) -> Vec<DescriptorSetWithOffsets> { in into_vec()
28 fn into_vec(self) -> Vec<DescriptorSetWithOffsets> { in into_vec()
37 fn into_vec(self) -> Vec<DescriptorSetWithOffsets> { in into_vec()
Dmod.rs418 pub struct DescriptorSetWithOffsets { struct
423 impl DescriptorSetWithOffsets { implementation
445 impl<S> From<Arc<S>> for DescriptorSetWithOffsets implementation
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Dbind_push.rs99 descriptor_sets: &[DescriptorSetWithOffsets], in validate_bind_descriptor_sets()
945 pub fn add(&mut self, descriptor_set: impl Into<DescriptorSetWithOffsets>) { in add()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dbind_push.rs77 descriptor_sets: &[DescriptorSetWithOffsets], in validate_bind_descriptor_sets()