Home
last modified time | relevance | path

Searched refs:nv_device_generated_commands (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs476 pub nv_device_generated_commands: bool, field
804 nv_device_generated_commands: false, in empty()
1106 || (self.nv_device_generated_commands && other.nv_device_generated_commands) in intersects()
1405 && (self.nv_device_generated_commands || !other.nv_device_generated_commands) in contains()
1812 nv_device_generated_commands: self.nv_device_generated_commands in union()
1813 || other.nv_device_generated_commands, in union()
2238 nv_device_generated_commands: self.nv_device_generated_commands in intersection()
2239 && other.nv_device_generated_commands, in intersection()
2664 nv_device_generated_commands: self.nv_device_generated_commands in difference()
2665 && !other.nv_device_generated_commands, in difference()
[all …]
Dfns.rs257 pub nv_device_generated_commands: ash::vk::NvDeviceGeneratedCommandsFn, field
383 nv_device_generated_commands: ash::vk::NvDeviceGeneratedCommandsFn::load(&mut load_fn), in load()
Dproperties.rs1634 if [device_extensions.nv_device_generated_commands] in make_chain()
Dfeatures.rs20867 if [device_extensions.nv_device_generated_commands] in make_chain()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/sync/
Dpipeline.rs326 device_extensions: [nv_device_generated_commands],
772 device_extensions: [nv_device_generated_commands],
777 device_extensions: [nv_device_generated_commands],