Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs386 pub amd_memory_overallocation_behavior: bool, field
759 amd_memory_overallocation_behavior: false, in empty()
1056 || (self.amd_memory_overallocation_behavior && other.amd_memory_overallocation_behavior) in intersects()
1354 && (self.amd_memory_overallocation_behavior in contains()
1355 || !other.amd_memory_overallocation_behavior) in contains()
1740 amd_memory_overallocation_behavior: self.amd_memory_overallocation_behavior in union()
1741 || other.amd_memory_overallocation_behavior, in union()
2166 amd_memory_overallocation_behavior: self.amd_memory_overallocation_behavior in intersection()
2167 && other.amd_memory_overallocation_behavior, in intersection()
2592 amd_memory_overallocation_behavior: self.amd_memory_overallocation_behavior in difference()
[all …]