Home
last modified time | relevance | path

Searched refs:device_generated_commands (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs146 pub device_generated_commands: bool, field
1297 if self.device_generated_commands { in check_requirements()
1298 if !supported.device_generated_commands { in check_requirements()
4290 device_generated_commands: false, in empty()
4666 device_generated_commands: true, in all()
5052 || (self.device_generated_commands && other.device_generated_commands) in intersects()
5533 && (self.device_generated_commands || !other.device_generated_commands) in contains()
6044 device_generated_commands: self.device_generated_commands in union()
6045 || other.device_generated_commands, in union()
6704 device_generated_commands: self.device_generated_commands in intersection()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs13599 pub device_generated_commands: Bool32, field
13607 device_generated_commands: Bool32::default(), in default()
13648 pub fn device_generated_commands(mut self, device_generated_commands: bool) -> Self { in device_generated_commands() method
13649 self.inner.device_generated_commands = device_generated_commands.into(); in device_generated_commands()