Home
last modified time | relevance | path

Searched refs:separate_shader (Results 1 – 25 of 53) sorted by relevance

123

/third_party/mesa3d/src/freedreno/ci/
Dfreedreno-a530-flakes.txt21 dEQP-GLES31.functional.separate_shader.random.99
22 dEQP-GLES31.functional.separate_shader.random.69
23 dEQP-GLES31.functional.separate_shader.random.119
26 dEQP-GLES31.functional.separate_shader.random.13
27 dEQP-GLES31.functional.separate_shader.interface.same_name_vertex_centroid_fragment_centroid
/third_party/mesa3d/src/panfrost/ci/
Dpanfrost-t860-fails.txt43 dEQP-GLES31.functional.separate_shader.random.23,Fail
44 dEQP-GLES31.functional.separate_shader.random.35,Fail
45 dEQP-GLES31.functional.separate_shader.random.68,Fail
46 dEQP-GLES31.functional.separate_shader.random.79,Fail
47 dEQP-GLES31.functional.separate_shader.random.80,Fail
48 dEQP-GLES31.functional.separate_shader.random.89,Fail
/third_party/vk-gl-cts/android/cts/main/src/
Dgles31-driver-issues.txt2 dEQP-GLES31.functional.separate_shader.random.38
/third_party/vk-gl-cts/android/cts/master/src/
Dgles31-driver-issues.txt2 dEQP-GLES31.functional.separate_shader.random.38
Dgles31-master-2020-03-01.txt17602 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs
17603 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_fragment
17604 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_vertex
17605 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_both
17606 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program
17607 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program_add_both
17608 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs
17609 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_fragment
17610 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_vertex
17611 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_both
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DREADME.md47 1442 OPENGL : dEQP-GLES31.functional.separate_shader.* = SKIP
48 1442 D3D11 : dEQP-GLES31.functional.separate_shader.* = SKIP
/third_party/mesa3d/src/mesa/main/
Dglspirv.c280 nir->info.separate_shader = linked_shader->Program->info.separate_shader; in _mesa_spirv_to_nir()
/third_party/mesa3d/src/compiler/
Dshader_info.h275 bool separate_shader:1; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_nir_builtins.c39 nir->info.separate_shader = true; in st_nir_finish_builtin_shader()
Dst_glsl_to_nir.cpp343 if (!nir->info.separate_shader && in st_nir_preprocess()
381 bool is_sso = nir->info.separate_shader; in st_nir_preprocess()
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.separate_shader.txt22 + dEQP-GLES31.separate_shader.*
/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.c214 info->separable = s->info.separate_shader; in GENX()
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/
Dgles31-master.txt14979 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs
14980 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_fragment
14981 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_vertex
14982 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_both
14983 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program
14984 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program_add_both
14985 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs
14986 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_fragment
14987 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_vertex
14988 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_both
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
Dgles31-master.txt14979 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs
14980 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_fragment
14981 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_vertex
14982 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_both
14983 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program
14984 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program_add_both
14985 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs
14986 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_fragment
14987 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_vertex
14988 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_both
[all …]
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_tcs.cpp377 nir->info.separate_shader, 1); in brw_compile_tcs()
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/master/
Dgles31-master.txt17659 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs
17660 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_fragment
17661 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_vertex
17662 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_both
17663 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program
17664 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program_add_both
17665 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs
17666 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_fragment
17667 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_vertex
17668 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_both
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/
Dgles31-master.txt17646 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs
17647 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_fragment
17648 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_vertex
17649 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_both
17650 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program
17651 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program_add_both
17652 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs
17653 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_fragment
17654 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_vertex
17655 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_both
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.6.x/
Dgles31-master.txt17650 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs
17651 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_fragment
17652 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_vertex
17653 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_both
17654 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program
17655 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program_add_both
17656 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs
17657 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_fragment
17658 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_vertex
17659 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_both
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
Dgles31-master.txt17593 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs
17594 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_fragment
17595 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_vertex
17596 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_both
17597 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program
17598 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program_add_both
17599 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs
17600 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_fragment
17601 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_vertex
17602 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_both
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/main/
Dgles31-master.txt17650 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs
17651 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_fragment
17652 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_vertex
17653 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_both
17654 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program
17655 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program_add_both
17656 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs
17657 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_fragment
17658 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_vertex
17659 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_both
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/
Dgles31-master.txt17593 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs
17594 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_fragment
17595 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_vertex
17596 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_both
17597 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program
17598 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program_add_both
17599 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs
17600 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_fragment
17601 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_vertex
17602 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_both
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/
Dgles31-master.txt17470 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs
17471 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_fragment
17472 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_vertex
17473 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_both
17474 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program
17475 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program_add_both
17476 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs
17477 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_fragment
17478 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_vertex
17479 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_both
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/src/
Dgles31-master.txt17716 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs
17717 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_fragment
17718 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_vertex
17719 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_both
17720 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program
17721 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program_add_both
17722 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs
17723 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_fragment
17724 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_vertex
17725 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_both
[all …]
/third_party/vk-gl-cts/android/cts/master/
Dgles31-master-2020-03-01.txt17602 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs
17603 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_fragment
17604 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_vertex
17605 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_both
17606 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program
17607 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program_add_both
17608 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs
17609 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_fragment
17610 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_vertex
17611 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_both
[all …]
/third_party/vk-gl-cts/android/cts/main/
Dgles31-master-2020-03-01.txt19750 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs
19751 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_fragment
19752 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_vertex
19753 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_separate_programs_add_both
19754 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program
19755 dEQP-GLES31.functional.separate_shader.pipeline.different_constant_single_program_add_both
19756 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs
19757 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_fragment
19758 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_vertex
19759 dEQP-GLES31.functional.separate_shader.pipeline.different_uniform_separate_programs_add_both
[all …]

123