Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs40 pub acceleration_structure_host_commands: bool, field
796 if self.acceleration_structure_host_commands { in check_requirements()
797 if !supported.acceleration_structure_host_commands { in check_requirements()
4237 acceleration_structure_host_commands: false, in empty()
4613 acceleration_structure_host_commands: true, in all()
4983 || (self.acceleration_structure_host_commands in intersects()
4984 && other.acceleration_structure_host_commands) in intersects()
5458 && (self.acceleration_structure_host_commands in contains()
5459 || !other.acceleration_structure_host_commands) in contains()
5950 acceleration_structure_host_commands: self.acceleration_structure_host_commands in union()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs36937 pub acceleration_structure_host_commands: Bool32, field
36949 acceleration_structure_host_commands: Bool32::default(), in default()
37014 pub fn acceleration_structure_host_commands( in acceleration_structure_host_commands() method
37016 acceleration_structure_host_commands: bool, in acceleration_structure_host_commands()
37018 self.inner.acceleration_structure_host_commands = in acceleration_structure_host_commands()
37019 acceleration_structure_host_commands.into(); in acceleration_structure_host_commands()