Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs462 pub runtime_descriptor_array: bool, field
2783 if self.runtime_descriptor_array { in check_requirements()
2784 if !supported.runtime_descriptor_array { in check_requirements()
4448 runtime_descriptor_array: false, in empty()
4824 runtime_descriptor_array: true, in all()
5261 || (self.runtime_descriptor_array && other.runtime_descriptor_array) in intersects()
5743 && (self.runtime_descriptor_array || !other.runtime_descriptor_array) in contains()
6328 runtime_descriptor_array: self.runtime_descriptor_array in union()
6329 || other.runtime_descriptor_array, in union()
6988 runtime_descriptor_array: self.runtime_descriptor_array in intersection()
[all …]
Dspirv_reqs.rs634 if !(device.enabled_features().runtime_descriptor_array) { in check_spirv_capability()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs29381 pub runtime_descriptor_array: Bool32, field
29408 runtime_descriptor_array: Bool32::default(), in default()
29627 pub fn runtime_descriptor_array(mut self, runtime_descriptor_array: bool) -> Self { in runtime_descriptor_array() method
29628 self.inner.runtime_descriptor_array = runtime_descriptor_array.into(); in runtime_descriptor_array()
45593 pub runtime_descriptor_array: Bool32, field
45647 runtime_descriptor_array: Bool32::default(), in default()
45936 pub fn runtime_descriptor_array(mut self, runtime_descriptor_array: bool) -> Self { in runtime_descriptor_array() method
45937 self.inner.runtime_descriptor_array = runtime_descriptor_array.into(); in runtime_descriptor_array()