Searched refs:robust_image_access2 (Results 1 – 2 of 2) sorted by relevance
460 pub robust_image_access2: bool, field2774 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 …]
50718 pub robust_image_access2: Bool32, field50728 robust_image_access2: Bool32::default(), in default()50771 pub fn robust_image_access2(mut self, robust_image_access2: bool) -> Self { in robust_image_access2() method50772 self.inner.robust_image_access2 = robust_image_access2.into(); in robust_image_access2()