Searched refs:ext_shader_atomic_float (Results 1 – 3 of 3) sorted by relevance
326 pub ext_shader_atomic_float: bool, field729 ext_shader_atomic_float: false, in empty()1025 || (self.ext_shader_atomic_float && other.ext_shader_atomic_float) in intersects()1323 && (self.ext_shader_atomic_float || !other.ext_shader_atomic_float) in contains()1692 ext_shader_atomic_float: self.ext_shader_atomic_float || other.ext_shader_atomic_float, in union()2118 ext_shader_atomic_float: self.ext_shader_atomic_float && other.ext_shader_atomic_float, in intersection()2544 ext_shader_atomic_float: self.ext_shader_atomic_float && !other.ext_shader_atomic_float, in difference()2970 ext_shader_atomic_float: self.ext_shader_atomic_float ^ other.ext_shader_atomic_float, in symmetric_difference()4487 if self.ext_shader_atomic_float { in fmt()5904 extensions.ext_shader_atomic_float = true; in from_iter()[all …]
1600 if !(device.enabled_extensions().ext_shader_atomic_float) { in check_spirv_extension()
20652 if [device_extensions.ext_shader_atomic_float] in make_chain()