Searched refs:google_hlsl_functionality1 (Results 1 – 2 of 2) sorted by relevance
432 pub google_hlsl_functionality1: bool, field782 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 …]
1469 if !(device.enabled_extensions().google_hlsl_functionality1) { in check_spirv_extension()