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/ |
D | device_extensions.rs | 476 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 …]
|
D | fns.rs | 257 pub nv_device_generated_commands: ash::vk::NvDeviceGeneratedCommandsFn, field 383 nv_device_generated_commands: ash::vk::NvDeviceGeneratedCommandsFn::load(&mut load_fn), in load()
|
D | properties.rs | 1634 if [device_extensions.nv_device_generated_commands] in make_chain()
|
D | features.rs | 20867 if [device_extensions.nv_device_generated_commands] in make_chain()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/sync/ |
D | pipeline.rs | 326 device_extensions: [nv_device_generated_commands], 772 device_extensions: [nv_device_generated_commands], 777 device_extensions: [nv_device_generated_commands],
|