Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs88 pub khr_pipeline_library: bool, field
610 khr_pipeline_library: false, in empty()
897 || (self.khr_pipeline_library && other.khr_pipeline_library) in intersects()
1192 && (self.khr_pipeline_library || !other.khr_pipeline_library) in contains()
1513 khr_pipeline_library: self.khr_pipeline_library || other.khr_pipeline_library, in union()
1939 khr_pipeline_library: self.khr_pipeline_library && other.khr_pipeline_library, in intersection()
2365 khr_pipeline_library: self.khr_pipeline_library && !other.khr_pipeline_library, in difference()
2791 khr_pipeline_library: self.khr_pipeline_library ^ other.khr_pipeline_library, in symmetric_difference()
3535 if self.khr_pipeline_library { in fmt()
5547 extensions.khr_pipeline_library = true; in from_iter()
[all …]