Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs386 pub pipeline_protected_access: bool, field
2425 if self.pipeline_protected_access { in check_requirements()
2426 if !supported.pipeline_protected_access { in check_requirements()
4410 pipeline_protected_access: false, in empty()
4786 pipeline_protected_access: true, in all()
5211 || (self.pipeline_protected_access && other.pipeline_protected_access) in intersects()
5693 && (self.pipeline_protected_access || !other.pipeline_protected_access) in contains()
6259 pipeline_protected_access: self.pipeline_protected_access in union()
6260 || other.pipeline_protected_access, in union()
6919 pipeline_protected_access: self.pipeline_protected_access in intersection()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs55710 pub pipeline_protected_access: Bool32, field
55718 pipeline_protected_access: Bool32::default(), in default()
55762 pub fn pipeline_protected_access(mut self, pipeline_protected_access: bool) -> Self { in pipeline_protected_access() method
55763 self.inner.pipeline_protected_access = pipeline_protected_access.into(); in pipeline_protected_access()