Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs290 pub ext_pipeline_creation_cache_control: bool, field
711 ext_pipeline_creation_cache_control: false, in empty()
1004 || (self.ext_pipeline_creation_cache_control in intersects()
1005 && other.ext_pipeline_creation_cache_control) in intersects()
1302 && (self.ext_pipeline_creation_cache_control in contains()
1303 || !other.ext_pipeline_creation_cache_control) in contains()
1664 ext_pipeline_creation_cache_control: self.ext_pipeline_creation_cache_control in union()
1665 || other.ext_pipeline_creation_cache_control, in union()
2090 ext_pipeline_creation_cache_control: self.ext_pipeline_creation_cache_control in intersection()
2091 && other.ext_pipeline_creation_cache_control, in intersection()
[all …]
Dfeatures.rs19868 device_extensions.ext_pipeline_creation_cache_control, in make_chain()