Searched refs:TGSI_INTERPOLATE_COLOR (Results 1 – 23 of 23) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_two_side.c | 214 transform.front_color_interp[0] = TGSI_INTERPOLATE_COLOR; in tgsi_add_two_side() 215 transform.front_color_interp[1] = TGSI_INTERPOLATE_COLOR; in tgsi_add_two_side()
|
D | tgsi_from_mesa.c | 301 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 | 2823 case TGSI_INTERPOLATE_COLOR: in exec_declaration()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_derived.c | 118 case TGSI_INTERPOLATE_COLOR: in softpipe_compute_vertex_info() 131 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) { in softpipe_compute_vertex_info()
|
/third_party/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 | 827 if (fs->info.input_interpolate[i] != TGSI_INTERPOLATE_COLOR) in clip_init_state() 856 case TGSI_INTERPOLATE_COLOR: in clip_init_state()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_linear.c | 144 (info->base.input_interpolate[i] == TGSI_INTERPOLATE_COLOR && in lp_fs_linear_run()
|
D | lp_state_fs.c | 3935 case TGSI_INTERPOLATE_COLOR: in llvmpipe_create_fs_state()
|
/third_party/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
|
D | 19.3.0.rst | 846 - tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONE
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 104 TGSI_INTERPOLATE_COLOR, /* special color case for smooth/flat */ enumerator
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_fs.cpp | 406 tgsi_interpolate = TGSI_INTERPOLATE_COLOR; in scan_input() 419 tgsi_interpolate = TGSI_INTERPOLATE_COLOR; in scan_input()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_ff.c | 1122 reg = ureg_DECL_fs_input(ps->ureg, TGSI_SEMANTIC_COLOR, 0, TGSI_INTERPOLATE_COLOR); in ps_get_ts_arg() 1125 reg = ureg_DECL_fs_input(ps->ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); in ps_get_ts_arg() 1334 ps.vC[0] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 0, TGSI_INTERPOLATE_COLOR); in nine_ff_build_ps() 1355 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); in nine_ff_build_ps() 1374 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); in nine_ff_build_ps() 1387 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); in nine_ff_build_ps()
|
D | nine_shader.c | 1052 TGSI_INTERPOLATE_COLOR, in tx_src_param() 2219 return TGSI_INTERPOLATE_COLOR; in nine_tgsi_to_interp_mode()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi_info.c | 544 info->input_interpolate[i] = TGSI_INTERPOLATE_COLOR; in nir_tgsi_scan_shader()
|
D | tgsi_to_nir.c | 208 case TGSI_INTERPOLATE_COLOR: in ttn_translate_interp_mode()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 2481 (rshader->input[i].interpolate == TGSI_INTERPOLATE_COLOR && flatshade)) in r600_update_ps_state()
|
D | evergreen_state.c | 3393 (rshader->input[i].interpolate == TGSI_INTERPOLATE_COLOR && flatshade)) { in evergreen_update_ps_state()
|
D | r600_shader.c | 559 if (interpolate == TGSI_INTERPOLATE_COLOR || in eg_get_interpolator_index()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1317 case TGSI_INTERPOLATE_COLOR: in scanDeclaration()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 2900 if (interp == TGSI_INTERPOLATE_COLOR) { in translate_interpolation()
|