/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_two_side.c | 215 transform.front_color_interp[0] = TGSI_INTERPOLATE_COLOR; in tgsi_add_two_side() 216 transform.front_color_interp[1] = TGSI_INTERPOLATE_COLOR; in tgsi_add_two_side()
|
D | tgsi_from_mesa.c | 299 return color ? TGSI_INTERPOLATE_COLOR : TGSI_INTERPOLATE_PERSPECTIVE; in tgsi_get_interp_mode()
|
D | tgsi_scan.c | 190 case TGSI_INTERPOLATE_COLOR: in scan_src_operand() 449 case TGSI_INTERPOLATE_COLOR: in scan_instruction()
|
D | tgsi_exec.c | 3040 case TGSI_INTERPOLATE_COLOR: in exec_declaration()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_flatshade.c | 222 if (fs->info.input_interpolate[i] != TGSI_INTERPOLATE_COLOR) in flatshade_init_state() 242 (interp == TGSI_INTERPOLATE_COLOR && draw->rasterizer->flatshade)) { in flatshade_init_state()
|
D | draw_pipe_clip.c | 816 if (fs->info.input_interpolate[i] != TGSI_INTERPOLATE_COLOR) in clip_init_state() 845 case TGSI_INTERPOLATE_COLOR: in clip_init_state()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_derived.c | 119 case TGSI_INTERPOLATE_COLOR: in softpipe_compute_vertex_info() 132 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) { in softpipe_compute_vertex_info()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 134 case TGSI_INTERPOLATE_COLOR: in tgsi_scan_shader() 303 case TGSI_INTERPOLATE_COLOR: in tgsi_scan_shader()
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.7.rst | 66 - tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONE
|
D | 19.2.0.rst | 167 - tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONE
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shaderio.cpp | 138 m_interpolate = TGSI_INTERPOLATE_COLOR; in ShaderInputVarying()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 104 TGSI_INTERPOLATE_COLOR, /* special color case for smooth/flat */ enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 108 #define TGSI_INTERPOLATE_COLOR 3 /* special color case for smooth/flat */ macro
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_ff.c | 1117 reg = ureg_DECL_fs_input(ps->ureg, TGSI_SEMANTIC_COLOR, 0, TGSI_INTERPOLATE_COLOR); in ps_get_ts_arg() 1120 reg = ureg_DECL_fs_input(ps->ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); in ps_get_ts_arg() 1329 ps.vC[0] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 0, TGSI_INTERPOLATE_COLOR); in nine_ff_build_ps() 1350 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); in nine_ff_build_ps() 1367 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); in nine_ff_build_ps() 1378 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); in nine_ff_build_ps()
|
D | nine_shader.c | 1032 TGSI_INTERPOLATE_COLOR, 0, in tx_src_param() 2199 return TGSI_INTERPOLATE_COLOR; in nine_tgsi_to_interp_mode()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi_info.c | 551 info->input_interpolate[i] = TGSI_INTERPOLATE_COLOR; in nir_tgsi_scan_shader()
|
D | tgsi_to_nir.c | 206 case TGSI_INTERPOLATE_COLOR: in ttn_translate_interp_mode()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_program.c | 949 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_COLOR; in st_translate_fragment_program() 955 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_COLOR; in st_translate_fragment_program()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 2708 interpMode == TGSI_INTERPOLATE_COLOR) { in CompileFS() 2800 } else if (interpMode == TGSI_INTERPOLATE_COLOR) { in CompileFS() 2821 } else if (interpMode == TGSI_INTERPOLATE_COLOR) { in CompileFS() 2865 interpMode == TGSI_INTERPOLATE_COLOR) in CompileFS()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 2471 (rshader->input[i].interpolate == TGSI_INTERPOLATE_COLOR && in r600_update_ps_state()
|
D | evergreen_state.c | 3388 (rshader->input[i].interpolate == TGSI_INTERPOLATE_COLOR && in evergreen_update_ps_state()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 3647 case TGSI_INTERPOLATE_COLOR: in llvmpipe_create_fs_state()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1311 case TGSI_INTERPOLATE_COLOR: in scanDeclaration()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 2726 if (interp == TGSI_INTERPOLATE_COLOR) { in translate_interpolation()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 5612 case TGSI_INTERPOLATE_COLOR: in get_interp_string()
|