Searched refs:max_memory_allocation_count (Results 1 – 4 of 4) sorted by relevance
842 let max_memory_allocation_count = device in new_unchecked() localVariable845 .max_memory_allocation_count; in new_unchecked()846 let max_allocations = max_memory_allocation_count / 4 * 3; in new_unchecked()
534 .max_memory_allocation_count; in allocate_unchecked()
405 pub max_memory_allocation_count: u32, field944 …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()
9133 pub max_memory_allocation_count: u32, field9244 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() method9416 self.inner.max_memory_allocation_count = max_memory_allocation_count; in max_memory_allocation_count()