Searched refs:nv_fragment_shader_barycentric (Results 1 – 3 of 3) sorted by relevance
488 pub nv_fragment_shader_barycentric: bool, field810 nv_fragment_shader_barycentric: false, in empty()1112 || (self.nv_fragment_shader_barycentric && other.nv_fragment_shader_barycentric) in intersects()1411 && (self.nv_fragment_shader_barycentric || !other.nv_fragment_shader_barycentric) in contains()1821 nv_fragment_shader_barycentric: self.nv_fragment_shader_barycentric in union()1822 || other.nv_fragment_shader_barycentric, in union()2247 nv_fragment_shader_barycentric: self.nv_fragment_shader_barycentric in intersection()2248 && other.nv_fragment_shader_barycentric, in intersection()2673 nv_fragment_shader_barycentric: self.nv_fragment_shader_barycentric in difference()2674 && !other.nv_fragment_shader_barycentric, in difference()[all …]
1420 if !(device.enabled_extensions().nv_fragment_shader_barycentric) { in check_spirv_extension()
20004 device_extensions.nv_fragment_shader_barycentric, in make_chain()