Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs334 pub micromap_host_commands: bool, field
2175 if self.micromap_host_commands { in check_requirements()
2176 if !supported.micromap_host_commands { in check_requirements()
4384 micromap_host_commands: false, in empty()
4760 micromap_host_commands: true, in all()
5182 || (self.micromap_host_commands && other.micromap_host_commands) in intersects()
5664 && (self.micromap_host_commands || !other.micromap_host_commands) in contains()
6220 micromap_host_commands: self.micromap_host_commands || other.micromap_host_commands, in union()
6880 micromap_host_commands: self.micromap_host_commands && other.micromap_host_commands, in intersection()
7540 micromap_host_commands: self.micromap_host_commands && !other.micromap_host_commands, in difference()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs68545 pub micromap_host_commands: Bool32, field
68555 micromap_host_commands: Bool32::default(), in default()
68603 pub fn micromap_host_commands(mut self, micromap_host_commands: bool) -> Self { in micromap_host_commands() method
68604 self.inner.micromap_host_commands = micromap_host_commands.into(); in micromap_host_commands()