Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dmod.rs551 SuballocatorBlockSizeExceeded, enumerator
577 Self::SuballocatorBlockSizeExceeded => write!( in fmt()
1041 return Err(AllocationCreationError::SuballocatorBlockSizeExceeded); in allocate_from_type_unchecked()
1066 return Err(AllocationCreationError::SuballocatorBlockSizeExceeded); in allocate_from_type_unchecked()
1083 return Err(AllocationCreationError::SuballocatorBlockSizeExceeded); in allocate_from_type_unchecked()
1155 Err(AllocationCreationError::SuballocatorBlockSizeExceeded) in allocate_from_type_unchecked()
1337 Err(AllocationCreationError::SuballocatorBlockSizeExceeded) => { in allocate_unchecked()
1338 return Err(AllocationCreationError::SuballocatorBlockSizeExceeded); in allocate_unchecked()