Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dmod.rs842 let max_memory_allocation_count = device in new_unchecked() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs405 pub max_memory_allocation_count: u32, field
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs9133 pub max_memory_allocation_count: u32, field
9415 pub fn max_memory_allocation_count(mut self, max_memory_allocation_count: u32) -> Self { in max_memory_allocation_count() method