Searched refs:ext_shader_atomic_float2 (Results 1 – 3 of 3) sorted by relevance
328 pub ext_shader_atomic_float2: bool, field730 ext_shader_atomic_float2: false, in empty()1026 || (self.ext_shader_atomic_float2 && other.ext_shader_atomic_float2) in intersects()1324 && (self.ext_shader_atomic_float2 || !other.ext_shader_atomic_float2) in contains()1693 ext_shader_atomic_float2: self.ext_shader_atomic_float2 in union()1694 || other.ext_shader_atomic_float2, in union()2119 ext_shader_atomic_float2: self.ext_shader_atomic_float2 in intersection()2120 && other.ext_shader_atomic_float2, in intersection()2545 ext_shader_atomic_float2: self.ext_shader_atomic_float2 in difference()2546 && !other.ext_shader_atomic_float2, in difference()[all …]
1626 if !(device.enabled_extensions().ext_shader_atomic_float2) { in check_spirv_extension()1633 if !(device.enabled_extensions().ext_shader_atomic_float2) { in check_spirv_extension()
20642 if [device_extensions.ext_shader_atomic_float2] in make_chain()