Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs358 pub ext_validation_cache: bool, field
745 ext_validation_cache: false, in empty()
1042 || (self.ext_validation_cache && other.ext_validation_cache) in intersects()
1340 && (self.ext_validation_cache || !other.ext_validation_cache) in contains()
1721 ext_validation_cache: self.ext_validation_cache || other.ext_validation_cache, in union()
2147 ext_validation_cache: self.ext_validation_cache && other.ext_validation_cache, in intersection()
2573 ext_validation_cache: self.ext_validation_cache && !other.ext_validation_cache, in difference()
2999 ext_validation_cache: self.ext_validation_cache ^ other.ext_validation_cache, in symmetric_difference()
4615 if self.ext_validation_cache { in fmt()
5952 extensions.ext_validation_cache = true; in from_iter()
[all …]
Dfns.rs234 pub ext_validation_cache: ash::vk::ExtValidationCacheFn, field
356 ext_validation_cache: ash::vk::ExtValidationCacheFn::load(&mut load_fn), in load()