Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs228 pub ext_fragment_density_map2: bool, field
680 ext_fragment_density_map2: false, in empty()
971 || (self.ext_fragment_density_map2 && other.ext_fragment_density_map2) in intersects()
1269 && (self.ext_fragment_density_map2 || !other.ext_fragment_density_map2) in contains()
1619 ext_fragment_density_map2: self.ext_fragment_density_map2 in union()
1620 || other.ext_fragment_density_map2, in union()
2045 ext_fragment_density_map2: self.ext_fragment_density_map2 in intersection()
2046 && other.ext_fragment_density_map2, in intersection()
2471 ext_fragment_density_map2: self.ext_fragment_density_map2 in difference()
2472 && !other.ext_fragment_density_map2, in difference()
[all …]
Dproperties.rs1470 if [device_extensions.ext_fragment_density_map2] in make_chain()
Dfeatures.rs20338 if [device_extensions.ext_fragment_density_map2] in make_chain()