Home
last modified time | relevance | path

Searched refs:TGSI_INTERPOLATE_COLOR (Results 1 - 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A 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()
H A Dtgsi_from_mesa.c301 return color ? TGSI_INTERPOLATE_COLOR : TGSI_INTERPOLATE_PERSPECTIVE; in tgsi_get_interp_mode()
H A Dtgsi_scan.c190 case TGSI_INTERPOLATE_COLOR: in scan_src_operand()
449 case TGSI_INTERPOLATE_COLOR: in scan_instruction()
H A Dtgsi_exec.c2823 case TGSI_INTERPOLATE_COLOR: in exec_declaration()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A 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()
H A 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/softpipe/
H A 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/include/pipe/
H A Dp_shader_tokens.h104 TGSI_INTERPOLATE_COLOR, /* special color case for smooth/flat */ enumerator
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear.c144 (info->base.input_interpolate[i] == TGSI_INTERPOLATE_COLOR && in lp_fs_linear_run()
H A Dlp_state_fs.c3935 case TGSI_INTERPOLATE_COLOR: in llvmpipe_create_fs_state()
/third_party/mesa3d/src/gallium/frontends/nine/
H A 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()
H A 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/drivers/r600/sfn/
H A 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/auxiliary/nir/
H A Dnir_to_tgsi_info.c544 info->input_interpolate[i] = TGSI_INTERPOLATE_COLOR; in nir_tgsi_scan_shader()
H A Dtgsi_to_nir.c208 case TGSI_INTERPOLATE_COLOR: in ttn_translate_interp_mode()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c2481 (rshader->input[i].interpolate == TGSI_INTERPOLATE_COLOR && flatshade)) in r600_update_ps_state()
H A Devergreen_state.c3393 (rshader->input[i].interpolate == TGSI_INTERPOLATE_COLOR && flatshade)) { in evergreen_update_ps_state()
H A Dr600_shader.c559 if (interpolate == TGSI_INTERPOLATE_COLOR || in eg_get_interpolator_index()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1317 case TGSI_INTERPOLATE_COLOR: in scanDeclaration()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c2900 if (interp == TGSI_INTERPOLATE_COLOR) { in translate_interpolation()

Completed in 80 milliseconds