Home
last modified time | relevance | path

Searched refs:max_memory_allocation_count (Results 1 – 4 of 4) 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
845 .max_memory_allocation_count; in new_unchecked()
846 let max_allocations = max_memory_allocation_count / 4 * 3; in new_unchecked()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/
Ddevice_memory.rs534 .max_memory_allocation_count; in allocate_unchecked()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs405 pub max_memory_allocation_count: u32, field
944 …efault () , max_interpolation_offset : Default :: default () , max_memory_allocation_count : Defau… in default()
949 …n) . unwrap () , max_memory_allocation_count : [properties_ffi . properties_vulkan10 . properties … in from()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs9133 pub max_memory_allocation_count: u32, field
9244 max_memory_allocation_count: u32::default(), in default()
9415 pub fn max_memory_allocation_count(mut self, max_memory_allocation_count: u32) -> Self { in max_memory_allocation_count() method
9416 self.inner.max_memory_allocation_count = max_memory_allocation_count; in max_memory_allocation_count()