Searched refs:amd_gpu_shader_half_float (Results 1 – 2 of 2) sorted by relevance
382 pub amd_gpu_shader_half_float: bool, field757 amd_gpu_shader_half_float: false, in empty()1054 || (self.amd_gpu_shader_half_float && other.amd_gpu_shader_half_float) in intersects()1352 && (self.amd_gpu_shader_half_float || !other.amd_gpu_shader_half_float) in contains()1737 amd_gpu_shader_half_float: self.amd_gpu_shader_half_float in union()1738 || other.amd_gpu_shader_half_float, in union()2163 amd_gpu_shader_half_float: self.amd_gpu_shader_half_float in intersection()2164 && other.amd_gpu_shader_half_float, in intersection()2589 amd_gpu_shader_half_float: self.amd_gpu_shader_half_float in difference()2590 && !other.amd_gpu_shader_half_float, in difference()[all …]
749 || device.enabled_extensions().amd_gpu_shader_half_float) in check_spirv_capability()1184 if !(device.enabled_extensions().amd_gpu_shader_half_float) { in check_spirv_extension()