Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs460 pub robust_image_access2: bool, field
2774 if self.robust_image_access2 { in check_requirements()
2775 if !supported.robust_image_access2 { in check_requirements()
4447 robust_image_access2: false, in empty()
4823 robust_image_access2: true, in all()
5260 || (self.robust_image_access2 && other.robust_image_access2) in intersects()
5742 && (self.robust_image_access2 || !other.robust_image_access2) in contains()
6327 robust_image_access2: self.robust_image_access2 || other.robust_image_access2, in union()
6987 robust_image_access2: self.robust_image_access2 && other.robust_image_access2, in intersection()
7647 robust_image_access2: self.robust_image_access2 && !other.robust_image_access2, in difference()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs50718 pub robust_image_access2: Bool32, field
50728 robust_image_access2: Bool32::default(), in default()
50771 pub fn robust_image_access2(mut self, robust_image_access2: bool) -> Self { in robust_image_access2() method
50772 self.inner.robust_image_access2 = robust_image_access2.into(); in robust_image_access2()