Searched refs:image_footprint (Results 1 – 3 of 3) sorted by relevance
286 pub image_footprint: bool, field1959 if self.image_footprint { in check_requirements()1960 if !supported.image_footprint { in check_requirements()4360 image_footprint: false, in empty()4736 image_footprint: true, in all()5158 || (self.image_footprint && other.image_footprint) in intersects()5639 && (self.image_footprint || !other.image_footprint) in contains()6191 image_footprint: self.image_footprint || other.image_footprint, in union()6851 image_footprint: self.image_footprint && other.image_footprint, in intersection()7511 image_footprint: self.image_footprint && !other.image_footprint, in difference()[all …]
947 if !(device.enabled_features().image_footprint) { in check_spirv_capability()
33992 pub image_footprint: Bool32, field34000 image_footprint: Bool32::default(), in default()34041 pub fn image_footprint(mut self, image_footprint: bool) -> Self { in image_footprint() method34042 self.inner.image_footprint = image_footprint.into(); in image_footprint()