Home
last modified time | relevance | path

Searched refs:intel_shader_integer_functions2 (Results 1 – 6 of 6) sorted by relevance

/external/virglrenderer/.gitlab-ci/expectations/host/
Dvirgl-gl-skips.txt31 spec@intel_shader_integer_functions2@execution@built-in-functions*
/external/mesa3d/src/gallium/drivers/lima/ci/
Dlima-skips.txt88 spec@intel_shader_integer_functions2
/external/virglrenderer/.gitlab-ci/expectations/virt/
Dvirgl-gl-skips.txt26 spec@intel_shader_integer_functions2@execution@built-in-functions*
/external/rust/crates/vulkano/out/
Ddevice_extensions.rs446 pub intel_shader_integer_functions2: bool, field
789 intel_shader_integer_functions2: false, in empty()
1090 || (self.intel_shader_integer_functions2 && other.intel_shader_integer_functions2) in intersects()
1389 && (self.intel_shader_integer_functions2 || !other.intel_shader_integer_functions2) in contains()
1789 intel_shader_integer_functions2: self.intel_shader_integer_functions2 in union()
1790 || other.intel_shader_integer_functions2, in union()
2215 intel_shader_integer_functions2: self.intel_shader_integer_functions2 in intersection()
2216 && other.intel_shader_integer_functions2, in intersection()
2641 intel_shader_integer_functions2: self.intel_shader_integer_functions2 in difference()
2642 && !other.intel_shader_integer_functions2, in difference()
[all …]
Dspirv_reqs.rs1650 if !(device.enabled_extensions().intel_shader_integer_functions2) { in check_spirv_extension()
Dfeatures.rs21094 if [device_extensions.intel_shader_integer_functions2] in make_chain()