Home
last modified time | relevance | path

Searched refs:ext_pipeline_protected_access (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs296 pub ext_pipeline_protected_access: bool, field
714 ext_pipeline_protected_access: false, in empty()
1008 || (self.ext_pipeline_protected_access && other.ext_pipeline_protected_access) in intersects()
1306 && (self.ext_pipeline_protected_access || !other.ext_pipeline_protected_access) in contains()
1669 ext_pipeline_protected_access: self.ext_pipeline_protected_access in union()
1670 || other.ext_pipeline_protected_access, in union()
2095 ext_pipeline_protected_access: self.ext_pipeline_protected_access in intersection()
2096 && other.ext_pipeline_protected_access, in intersection()
2521 ext_pipeline_protected_access: self.ext_pipeline_protected_access in difference()
2522 && !other.ext_pipeline_protected_access, in difference()
[all …]
Dfeatures.rs20551 if [device_extensions.ext_pipeline_protected_access] in make_chain()