| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_two_side.c | 215 transform.front_color_interp[0] = TGSI_INTERPOLATE_COLOR; 216 transform.front_color_interp[1] = TGSI_INTERPOLATE_COLOR;
|
| H A D | tgsi_scan.c | 190 case TGSI_INTERPOLATE_COLOR: 435 case TGSI_INTERPOLATE_COLOR:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_two_side.c | 215 transform.front_color_interp[0] = TGSI_INTERPOLATE_COLOR; 216 transform.front_color_interp[1] = TGSI_INTERPOLATE_COLOR;
|
| H A D | tgsi_from_mesa.c | 301 return color ? TGSI_INTERPOLATE_COLOR : TGSI_INTERPOLATE_PERSPECTIVE;
|
| H A D | tgsi_scan.c | 190 case TGSI_INTERPOLATE_COLOR: 449 case TGSI_INTERPOLATE_COLOR:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_flatshade.c | 222 if (fs->info.input_interpolate[i] != TGSI_INTERPOLATE_COLOR) 242 (interp == TGSI_INTERPOLATE_COLOR && draw->rasterizer->flatshade)) {
|
| H A D | draw_pipe_clip.c | 816 if (fs->info.input_interpolate[i] != TGSI_INTERPOLATE_COLOR) 845 case TGSI_INTERPOLATE_COLOR:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_state_derived.c | 119 case TGSI_INTERPOLATE_COLOR: 132 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_state_derived.c | 119 case TGSI_INTERPOLATE_COLOR: 132 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_flatshade.c | 222 if (fs->info.input_interpolate[i] != TGSI_INTERPOLATE_COLOR) 242 (interp == TGSI_INTERPOLATE_COLOR && draw->rasterizer->flatshade)) {
|
| H A D | draw_pipe_clip.c | 827 if (fs->info.input_interpolate[i] != TGSI_INTERPOLATE_COLOR) 856 case TGSI_INTERPOLATE_COLOR:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_linear.c | 145 (info->base.input_interpolate[i] == TGSI_INTERPOLATE_COLOR &&
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.7.rst | 66 - tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONE
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 104 TGSI_INTERPOLATE_COLOR, /* special color case for smooth/flat */ enumerator in enum:tgsi_interpolate_mode
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 104 TGSI_INTERPOLATE_COLOR, /* special color case for smooth/flat */ enumerator in enum:tgsi_interpolate_mode
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shaderio.cpp | 164 m_interpolate = TGSI_INTERPOLATE_COLOR;
|
| H A D | sfn_shader_fragment.cpp | 161 tgsi_interpolate = TGSI_INTERPOLATE_COLOR; 174 tgsi_interpolate = TGSI_INTERPOLATE_COLOR;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 1118 interpMode == TGSI_INTERPOLATE_COLOR) { 1195 } else if (interpMode == TGSI_INTERPOLATE_COLOR) { 1215 } else if (interpMode == TGSI_INTERPOLATE_COLOR) { 1259 interpMode == TGSI_INTERPOLATE_COLOR)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | nine_ff.c | 1117 reg = ureg_DECL_fs_input(ps->ureg, TGSI_SEMANTIC_COLOR, 0, TGSI_INTERPOLATE_COLOR); 1120 reg = ureg_DECL_fs_input(ps->ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); 1329 ps.vC[0] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 0, TGSI_INTERPOLATE_COLOR); 1350 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); 1367 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); 1378 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_ff.c | 1119 reg = ureg_DECL_fs_input(ps->ureg, TGSI_SEMANTIC_COLOR, 0, TGSI_INTERPOLATE_COLOR); 1122 reg = ureg_DECL_fs_input(ps->ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); 1331 ps.vC[0] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 0, TGSI_INTERPOLATE_COLOR); 1352 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); 1371 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); 1384 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_program.c | 841 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_COLOR; 847 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_COLOR;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_program.c | 1098 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_COLOR; 1104 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_COLOR;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 493 info->input_interpolate[i] = TGSI_INTERPOLATE_COLOR;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 2708 interpMode == TGSI_INTERPOLATE_COLOR) { 2800 } else if (interpMode == TGSI_INTERPOLATE_COLOR) { 2821 } else if (interpMode == TGSI_INTERPOLATE_COLOR) { 2865 interpMode == TGSI_INTERPOLATE_COLOR)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | nir_to_tgsi_info.c | 551 info->input_interpolate[i] = TGSI_INTERPOLATE_COLOR;
|