Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/descriptor_set/
Dallocator.rs158 ) -> Result<StandardDescriptorSetAlloc, OomError> { in allocate()
231 fn allocate(&mut self) -> Result<StandardDescriptorSetAlloc, OomError> { in allocate()
338 ) -> Result<StandardDescriptorSetAlloc, OomError> { in allocate()
436 pub struct StandardDescriptorSetAlloc { struct
452 unsafe impl Send for StandardDescriptorSetAlloc {} argument
453 unsafe impl Sync for StandardDescriptorSetAlloc {} implementation
455 impl DescriptorSetAlloc for StandardDescriptorSetAlloc { implementation
467 impl Drop for StandardDescriptorSetAlloc { implementation