Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dmod.rs764 let GenericMemoryAllocatorCreateInfo { in new_unchecked() localVariable
1464 pub struct GenericMemoryAllocatorCreateInfo<'b, 'e> { struct
1484 pub block_sizes: &'b [(Threshold, BlockSize)],
1495 pub allocation_type: AllocationType,
1521 pub dedicated_allocation: bool,
1531 pub export_handle_types: &'e [ExternalMemoryHandleTypes],
1560 impl Default for GenericMemoryAllocatorCreateInfo<'_, '_> { argument