Searched refs:device_generated_commands (Results 1 – 2 of 2) sorted by relevance
146 pub device_generated_commands: bool, field1297 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 …]
13599 pub device_generated_commands: Bool32, field13607 device_generated_commands: Bool32::default(), in default()13648 pub fn device_generated_commands(mut self, device_generated_commands: bool) -> Self { in device_generated_commands() method13649 self.inner.device_generated_commands = device_generated_commands.into(); in device_generated_commands()