Searched refs:descriptor_set_host_mapping (Results 1 – 2 of 2) sorted by relevance
138 pub descriptor_set_host_mapping: bool, field1261 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 …]
66523 pub descriptor_set_host_mapping: Bool32, field66531 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() method66576 self.inner.descriptor_set_host_mapping = descriptor_set_host_mapping.into(); in descriptor_set_host_mapping()