Home
last modified time | relevance | path

Searched refs:TGSI_INTERPOLATE_COLOR (Results 1 – 23 of 23) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_two_side.c214 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()
Dtgsi_from_mesa.c301 return color ? TGSI_INTERPOLATE_COLOR : TGSI_INTERPOLATE_PERSPECTIVE; in tgsi_get_interp_mode()
Dtgsi_scan.c190 case TGSI_INTERPOLATE_COLOR: in scan_src_operand()
449 case TGSI_INTERPOLATE_COLOR: in scan_instruction()
Dtgsi_exec.c2823 case TGSI_INTERPOLATE_COLOR: in exec_declaration()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c118 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/
Ddraw_pipe_flatshade.c222 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()
Ddraw_pipe_clip.c827 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/
Dlp_linear.c144 (info->base.input_interpolate[i] == TGSI_INTERPOLATE_COLOR && in lp_fs_linear_run()
Dlp_state_fs.c3935 case TGSI_INTERPOLATE_COLOR: in llvmpipe_create_fs_state()
/third_party/mesa3d/docs/relnotes/
D19.1.7.rst66 - tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONE
D19.2.0.rst167 - tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONE
D19.3.0.rst846 - tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONE
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h104 TGSI_INTERPOLATE_COLOR, /* special color case for smooth/flat */ enumerator
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fs.cpp406 tgsi_interpolate = TGSI_INTERPOLATE_COLOR; in scan_input()
419 tgsi_interpolate = TGSI_INTERPOLATE_COLOR; in scan_input()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_ff.c1122 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()
Dnine_shader.c1052 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/
Dnir_to_tgsi_info.c544 info->input_interpolate[i] = TGSI_INTERPOLATE_COLOR; in nir_tgsi_scan_shader()
Dtgsi_to_nir.c208 case TGSI_INTERPOLATE_COLOR: in ttn_translate_interp_mode()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2481 (rshader->input[i].interpolate == TGSI_INTERPOLATE_COLOR && flatshade)) in r600_update_ps_state()
Devergreen_state.c3393 (rshader->input[i].interpolate == TGSI_INTERPOLATE_COLOR && flatshade)) { in evergreen_update_ps_state()
Dr600_shader.c559 if (interpolate == TGSI_INTERPOLATE_COLOR || in eg_get_interpolator_index()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1317 case TGSI_INTERPOLATE_COLOR: in scanDeclaration()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2900 if (interp == TGSI_INTERPOLATE_COLOR) { in translate_interpolation()