Home
last modified time | relevance | path

Searched refs:image_footprint (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs286 pub image_footprint: bool, field
1959 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 …]
Dspirv_reqs.rs947 if !(device.enabled_features().image_footprint) { in check_spirv_capability()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs33992 pub image_footprint: Bool32, field
34000 image_footprint: Bool32::default(), in default()
34041 pub fn image_footprint(mut self, image_footprint: bool) -> Self { in image_footprint() method
34042 self.inner.image_footprint = image_footprint.into(); in image_footprint()