Home
last modified time | relevance | path

Searched refs:max_memory_allocation_size (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs407 pub max_memory_allocation_size: Option<DeviceSize>, field
944 …ult () , max_memory_allocation_count : Default :: default () , max_memory_allocation_size : Defaul… in default()
949max_memory_allocation_size : [properties_ffi . properties_vulkan11 . map (| s | s . max_memory_all… in from()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs26625 pub max_memory_allocation_size: DeviceSize, field
26634 max_memory_allocation_size: DeviceSize::default(), in default()
26674 pub fn max_memory_allocation_size(mut self, max_memory_allocation_size: DeviceSize) -> Self { in max_memory_allocation_size() method
26675 self.inner.max_memory_allocation_size = max_memory_allocation_size; in max_memory_allocation_size()
45406 pub max_memory_allocation_size: DeviceSize, field
45428 max_memory_allocation_size: DeviceSize::default(), in default()
45546 pub fn max_memory_allocation_size(mut self, max_memory_allocation_size: DeviceSize) -> Self { in max_memory_allocation_size() method
45547 self.inner.max_memory_allocation_size = max_memory_allocation_size; in max_memory_allocation_size()