Searched defs:AllocationCreationError (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/ |
D | mod.rs | 267 ) -> Result<MemoryAlloc, AllocationCreationError>; in allocate_from_type() argument 290 ) -> Result<MemoryAlloc, AllocationCreationError>; in allocate_from_type_unchecked() argument 339 ) -> Result<MemoryAlloc, AllocationCreationError>; in allocate() argument 356 ) -> Result<MemoryAlloc, AllocationCreationError>; in allocate_unchecked() argument 382 ) -> Result<MemoryAlloc, AllocationCreationError>; in allocate_dedicated_unchecked() argument 526 pub enum AllocationCreationError { enum 554 impl Error for AllocationCreationError { implementation 563 impl Display for AllocationCreationError { implementation 585 impl From<VulkanError> for AllocationCreationError { implementation 981 ) -> Result<MemoryAlloc, AllocationCreationError> { in allocate_from_type() argument [all …]
|
D | suballocator.rs | 100 pub fn new(device_memory: DeviceMemory) -> Result<Self, AllocationCreationError> { in new() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/buffer/ |
D | allocator.rs | 190 pub fn reserve(&self, size: DeviceSize) -> Result<(), AllocationCreationError> { in reserve() argument 256 ) -> Result<Subbuffer<[u8]>, AllocationCreationError> { in allocate() argument 296 ) -> Result<Subbuffer<[u8]>, AllocationCreationError> { in allocate() argument 337 fn next_arena(&mut self) -> Result<Arc<Arena>, AllocationCreationError> { in next_arena() argument 355 fn create_arena(&self) -> Result<Arc<Buffer>, AllocationCreationError> { in create_arena() argument
|