Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs372 pub pageable_device_local_memory: bool, field
2346 if self.pageable_device_local_memory { in check_requirements()
2347 if !supported.pageable_device_local_memory { in check_requirements()
4403 pageable_device_local_memory: false, in empty()
4779 pageable_device_local_memory: true, in all()
5203 || (self.pageable_device_local_memory && other.pageable_device_local_memory) in intersects()
5685 && (self.pageable_device_local_memory || !other.pageable_device_local_memory) in contains()
6245 pageable_device_local_memory: self.pageable_device_local_memory in union()
6246 || other.pageable_device_local_memory, in union()
6905 pageable_device_local_memory: self.pageable_device_local_memory in intersection()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs39601 pub pageable_device_local_memory: Bool32, field
39609 pageable_device_local_memory: Bool32::default(), in default()
39653 pub fn pageable_device_local_memory(mut self, pageable_device_local_memory: bool) -> Self { in pageable_device_local_memory() method
39654 self.inner.pageable_device_local_memory = pageable_device_local_memory.into(); in pageable_device_local_memory()