Searched refs:khr_fragment_shader_barycentric (Results 1 – 4 of 4) sorted by relevance
60 pub khr_fragment_shader_barycentric: bool, field596 khr_fragment_shader_barycentric: false, in empty()883 || (self.khr_fragment_shader_barycentric && other.khr_fragment_shader_barycentric) in intersects()1177 && (self.khr_fragment_shader_barycentric || !other.khr_fragment_shader_barycentric) in contains()1494 khr_fragment_shader_barycentric: self.khr_fragment_shader_barycentric in union()1495 || other.khr_fragment_shader_barycentric, in union()1920 khr_fragment_shader_barycentric: self.khr_fragment_shader_barycentric in intersection()1921 && other.khr_fragment_shader_barycentric, in intersection()2346 khr_fragment_shader_barycentric: self.khr_fragment_shader_barycentric in difference()2347 && !other.khr_fragment_shader_barycentric, in difference()[all …]
1607 if !(device.enabled_extensions().khr_fragment_shader_barycentric) { in check_spirv_extension()
1305 if [device_extensions.khr_fragment_shader_barycentric] in make_chain()
20003 device_extensions.khr_fragment_shader_barycentric, in make_chain()