Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs238 pub ext_graphics_pipeline_library: bool, field
685 ext_graphics_pipeline_library: false, in empty()
976 || (self.ext_graphics_pipeline_library && other.ext_graphics_pipeline_library) in intersects()
1274 && (self.ext_graphics_pipeline_library || !other.ext_graphics_pipeline_library) in contains()
1628 ext_graphics_pipeline_library: self.ext_graphics_pipeline_library in union()
1629 || other.ext_graphics_pipeline_library, in union()
2054 ext_graphics_pipeline_library: self.ext_graphics_pipeline_library in intersection()
2055 && other.ext_graphics_pipeline_library, in intersection()
2480 ext_graphics_pipeline_library: self.ext_graphics_pipeline_library in difference()
2481 && !other.ext_graphics_pipeline_library, in difference()
[all …]
Dproperties.rs1490 if [device_extensions.ext_graphics_pipeline_library] in make_chain()
Dfeatures.rs20371 if [device_extensions.ext_graphics_pipeline_library] in make_chain()