Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs298 pub ext_pipeline_robustness: bool, field
715 ext_pipeline_robustness: false, in empty()
1009 || (self.ext_pipeline_robustness && other.ext_pipeline_robustness) in intersects()
1307 && (self.ext_pipeline_robustness || !other.ext_pipeline_robustness) in contains()
1671 ext_pipeline_robustness: self.ext_pipeline_robustness || other.ext_pipeline_robustness, in union()
2097 ext_pipeline_robustness: self.ext_pipeline_robustness && other.ext_pipeline_robustness, in intersection()
2523 ext_pipeline_robustness: self.ext_pipeline_robustness && !other.ext_pipeline_robustness, in difference()
2949 ext_pipeline_robustness: self.ext_pipeline_robustness ^ other.ext_pipeline_robustness, in symmetric_difference()
4375 if self.ext_pipeline_robustness { in fmt()
5862 extensions.ext_pipeline_robustness = true; in from_iter()
[all …]
Dproperties.rs1542 if [device_extensions.ext_pipeline_robustness] in make_chain()
Dfeatures.rs20564 if [device_extensions.ext_pipeline_robustness] in make_chain()