Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs554 pub valve_descriptor_set_host_mapping: bool, field
843 valve_descriptor_set_host_mapping: false, in empty()
1145 || (self.valve_descriptor_set_host_mapping && other.valve_descriptor_set_host_mapping) in intersects()
1444 && (self.valve_descriptor_set_host_mapping || !other.valve_descriptor_set_host_mapping) in contains()
1872 valve_descriptor_set_host_mapping: self.valve_descriptor_set_host_mapping in union()
1873 || other.valve_descriptor_set_host_mapping, in union()
2298 valve_descriptor_set_host_mapping: self.valve_descriptor_set_host_mapping in intersection()
2299 && other.valve_descriptor_set_host_mapping, in intersection()
2724 valve_descriptor_set_host_mapping: self.valve_descriptor_set_host_mapping in difference()
2725 && !other.valve_descriptor_set_host_mapping, in difference()
[all …]
Dfns.rs268 pub valve_descriptor_set_host_mapping: ash::vk::ValveDescriptorSetHostMappingFn, field
396 valve_descriptor_set_host_mapping: ash::vk::ValveDescriptorSetHostMappingFn::load( in load()
Dfeatures.rs20854 if [device_extensions.valve_descriptor_set_host_mapping] in make_chain()