Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs432 pub google_hlsl_functionality1: bool, field
782 google_hlsl_functionality1: false, in empty()
1083 || (self.google_hlsl_functionality1 && other.google_hlsl_functionality1) in intersects()
1382 && (self.google_hlsl_functionality1 || !other.google_hlsl_functionality1) in contains()
1781 google_hlsl_functionality1: self.google_hlsl_functionality1 in union()
1782 || other.google_hlsl_functionality1, in union()
2207 google_hlsl_functionality1: self.google_hlsl_functionality1 in intersection()
2208 && other.google_hlsl_functionality1, in intersection()
2633 google_hlsl_functionality1: self.google_hlsl_functionality1 in difference()
2634 && !other.google_hlsl_functionality1, in difference()
[all …]
Dspirv_reqs.rs1469 if !(device.enabled_extensions().google_hlsl_functionality1) { in check_spirv_extension()