Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs86 pub khr_pipeline_executable_properties: bool, field
609 khr_pipeline_executable_properties: false, in empty()
896 || (self.khr_pipeline_executable_properties && other.khr_pipeline_executable_properties) in intersects()
1190 && (self.khr_pipeline_executable_properties in contains()
1191 || !other.khr_pipeline_executable_properties) in contains()
1511 khr_pipeline_executable_properties: self.khr_pipeline_executable_properties in union()
1512 || other.khr_pipeline_executable_properties, in union()
1937 khr_pipeline_executable_properties: self.khr_pipeline_executable_properties in intersection()
1938 && other.khr_pipeline_executable_properties, in intersection()
2363 khr_pipeline_executable_properties: self.khr_pipeline_executable_properties in difference()
[all …]
Dfns.rs190 pub khr_pipeline_executable_properties: ash::vk::KhrPipelineExecutablePropertiesFn, field
306 khr_pipeline_executable_properties: ash::vk::KhrPipelineExecutablePropertiesFn::load( in load()
Dfeatures.rs20051 if [device_extensions.khr_pipeline_executable_properties] in make_chain()