Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs138 pub descriptor_set_host_mapping: bool, field
1261 if self.descriptor_set_host_mapping { in check_requirements()
1262 if !supported.descriptor_set_host_mapping { in check_requirements()
4286 descriptor_set_host_mapping: false, in empty()
4662 descriptor_set_host_mapping: true, in all()
5048 || (self.descriptor_set_host_mapping && other.descriptor_set_host_mapping) in intersects()
5529 && (self.descriptor_set_host_mapping || !other.descriptor_set_host_mapping) in contains()
6038 descriptor_set_host_mapping: self.descriptor_set_host_mapping in union()
6039 || other.descriptor_set_host_mapping, in union()
6698 descriptor_set_host_mapping: self.descriptor_set_host_mapping in intersection()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs66523 pub descriptor_set_host_mapping: Bool32, field
66531 descriptor_set_host_mapping: Bool32::default(), in default()
66575 pub fn descriptor_set_host_mapping(mut self, descriptor_set_host_mapping: bool) -> Self { in descriptor_set_host_mapping() method
66576 self.inner.descriptor_set_host_mapping = descriptor_set_host_mapping.into(); in descriptor_set_host_mapping()