Searched refs:khr_shader_terminate_invocation (Results 1 – 3 of 3) sorted by relevance
130 pub khr_shader_terminate_invocation: bool, field631 khr_shader_terminate_invocation: false, in empty()919 || (self.khr_shader_terminate_invocation && other.khr_shader_terminate_invocation) in intersects()1216 && (self.khr_shader_terminate_invocation || !other.khr_shader_terminate_invocation) in contains()1546 khr_shader_terminate_invocation: self.khr_shader_terminate_invocation in union()1547 || other.khr_shader_terminate_invocation, in union()1972 khr_shader_terminate_invocation: self.khr_shader_terminate_invocation in intersection()1973 && other.khr_shader_terminate_invocation, in intersection()2398 khr_shader_terminate_invocation: self.khr_shader_terminate_invocation in difference()2399 && !other.khr_shader_terminate_invocation, in difference()[all …]
1572 || device.enabled_extensions().khr_shader_terminate_invocation) in check_spirv_extension()
19926 device_extensions.khr_shader_terminate_invocation, in make_chain()