Home
last modified time | relevance | path

Searched refs:khr_shader_terminate_invocation (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs130 pub khr_shader_terminate_invocation: bool, field
631 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 …]
Dspirv_reqs.rs1572 || device.enabled_extensions().khr_shader_terminate_invocation) in check_spirv_extension()
Dfeatures.rs19926 device_extensions.khr_shader_terminate_invocation, in make_chain()