Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs384 pub pipeline_properties_identifier: bool, field
2416 if self.pipeline_properties_identifier { in check_requirements()
2417 if !supported.pipeline_properties_identifier { in check_requirements()
4409 pipeline_properties_identifier: false, in empty()
4785 pipeline_properties_identifier: true, in all()
5210 || (self.pipeline_properties_identifier && other.pipeline_properties_identifier) in intersects()
5692 && (self.pipeline_properties_identifier || !other.pipeline_properties_identifier) in contains()
6257 pipeline_properties_identifier: self.pipeline_properties_identifier in union()
6258 || other.pipeline_properties_identifier, in union()
6917 pipeline_properties_identifier: self.pipeline_properties_identifier in intersection()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs69252 pub pipeline_properties_identifier: Bool32, field
69260 pipeline_properties_identifier: Bool32::default(), in default()
69301 pub fn pipeline_properties_identifier(mut self, pipeline_properties_identifier: bool) -> Self { in pipeline_properties_identifier() method
69302 self.inner.pipeline_properties_identifier = pipeline_properties_identifier.into(); in pipeline_properties_identifier()