| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | shader_enums.c | 281 ENUM(FRAG_RESULT_DATA1),
|
| H A D | shader_enums.h | 681 * FRAG_RESULT_DATA1 and up are simply for the benefit of 685 FRAG_RESULT_DATA1, enumerator in enum:__anon0f1973a70503
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | shader_enums.c | 365 ENUM(FRAG_RESULT_DATA1),
|
| H A D | shader_enums.h | 845 * FRAG_RESULT_DATA1 and up are simply for the benefit of 849 FRAG_RESULT_DATA1, enumerator in enum:__anon671c309a0503
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_shader.c | 444 dump_output(out, so, FRAG_RESULT_DATA1, "data1");
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_program.c | 206 color_regid[1] = ir3_find_output_regid(fp, FRAG_RESULT_DATA1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_program.c | 166 color_regid[1] = ir3_find_output_regid(fp, FRAG_RESULT_DATA1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_program.c | 236 color_regid[1] = ir3_find_output_regid(s[FS].v, FRAG_RESULT_DATA1);
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_signature.c | 213 case FRAG_RESULT_DATA1:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_compiler.c | 346 nir_variable *var = nir_find_variable_with_location(shader, nir_var_shader_out, FRAG_RESULT_DATA1); 857 if (zink_fs_key(key)->force_dual_color_blend && nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_DATA1)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | vir.c | 771 case FRAG_RESULT_DATA1:
|
| H A D | nir_to_vir.c | 1508 case FRAG_RESULT_DATA1:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_program.c | 346 color_regid[1] = ir3_find_output_regid(s[FS].v, FRAG_RESULT_DATA1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_program.c | 333 color_regid[1] = ir3_find_output_regid(s[FS].v, FRAG_RESULT_DATA1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_program.c | 192 color_regid[1] = ir3_find_output_regid(s[FS].v, FRAG_RESULT_DATA1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_program.c | 275 color_regid[1] = ir3_find_output_regid(s[FS].v, FRAG_RESULT_DATA1);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_shader.c | 770 dump_output(out, so, FRAG_RESULT_DATA1, "data1");
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | vir.c | 955 case FRAG_RESULT_DATA1:
|
| H A D | nir_to_vir.c | 2166 case FRAG_RESULT_DATA1:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_program.c | 449 color_regid[1] = ir3_find_output_regid(fs, FRAG_RESULT_DATA1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_nir.cpp | 3297 if (i > 0 || (key->force_dual_color_blend && l == FRAG_RESULT_DATA1))
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_nir.cpp | 3398 if (i > 0 || (key->force_dual_color_blend && l == FRAG_RESULT_DATA1))
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.0.rst | 1367 - v3d: Fix precompile of FRAG_RESULT_DATA1 and higher outputs.
|