Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/memory/
Ddevice_memory.rs346 .max_memory_allocation_count in build()
/external/rust/crates/vulkano/out/
Dautogen.rs7429 max_memory_allocation_count => {
7434 ffi_name: max_memory_allocation_count,
/external/rust/crates/ash/src/vk/
Ddefinitions.rs8176 pub max_memory_allocation_count: u32, field
8286 max_memory_allocation_count: u32::default(), in default()
8447 pub fn max_memory_allocation_count(mut self, max_memory_allocation_count: u32) -> Self { in max_memory_allocation_count() method
8448 self.inner.max_memory_allocation_count = max_memory_allocation_count; in max_memory_allocation_count()