Home
last modified time | relevance | path

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

/external/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_scan.c169 case TGSI_INTERPOLATE_COLOR: in scan_src_operand()
329 case TGSI_INTERPOLATE_COLOR: in scan_instruction()
Dtgsi_exec.c3006 case TGSI_INTERPOLATE_COLOR: in exec_declaration()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c119 case TGSI_INTERPOLATE_COLOR: in softpipe_compute_vertex_info()
132 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) { in softpipe_compute_vertex_info()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp459 interpMode == TGSI_INTERPOLATE_COLOR) { in CompileFS()
535 } else if (interpMode == TGSI_INTERPOLATE_COLOR) { in CompileFS()
555 } else if (interpMode == TGSI_INTERPOLATE_COLOR) { in CompileFS()
599 interpMode == TGSI_INTERPOLATE_COLOR) in CompileFS()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h103 TGSI_INTERPOLATE_COLOR, /* special color case for smooth/flat */ enumerator
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_flatshade.c220 if (fs->info.input_interpolate[i] != TGSI_INTERPOLATE_COLOR) in flatshade_init_state()
Ddraw_pipe_clip.c855 if (fs->info.input_interpolate[i] != TGSI_INTERPOLATE_COLOR) in clip_init_state()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_ff.c1114 reg = ureg_DECL_fs_input(ps->ureg, TGSI_SEMANTIC_COLOR, 0, TGSI_INTERPOLATE_COLOR); in ps_get_ts_arg()
1117 reg = ureg_DECL_fs_input(ps->ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); in ps_get_ts_arg()
1326 ps.vC[0] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 0, TGSI_INTERPOLATE_COLOR); in nine_ff_build_ps()
1347 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); in nine_ff_build_ps()
1364 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); in nine_ff_build_ps()
1375 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); in nine_ff_build_ps()
Dnine_shader.c952 TGSI_INTERPOLATE_COLOR, 0, in tx_src_param()
2108 return TGSI_INTERPOLATE_COLOR; in nine_tgsi_to_interp_mode()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c636 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_COLOR; in st_translate_fragment_program()
642 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_COLOR; in st_translate_fragment_program()
Dst_cb_drawpixels.c143 TGSI_INTERPOLATE_COLOR); in get_drawpix_z_stencil_program()
Dst_glsl_to_tgsi.cpp5973 return TGSI_INTERPOLATE_COLOR; in st_translate_interp()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dilo_shader_fs.c180 case TGSI_INTERPOLATE_COLOR: in fetch_attr()
1641 case TGSI_INTERPOLATE_COLOR: in fs_setup_shader_in()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_shader.c420 decl->Interp.Interpolate == TGSI_INTERPOLATE_COLOR) in ilo_shader_info_parse_decl()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c1269 case TGSI_INTERPOLATE_COLOR: in lookup_interp_param_index()
1528 decl->Interp.Interpolate == TGSI_INTERPOLATE_COLOR && in declare_input_fs()
7120 interp == TGSI_INTERPOLATE_COLOR) in si_get_ps_prolog_key()
7128 case TGSI_INTERPOLATE_COLOR: in si_get_ps_prolog_key()
Dsi_state_shaders.c1833 (interpolate == TGSI_INTERPOLATE_COLOR && sctx->flatshade)) in si_get_ps_input_cntl()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c2925 case TGSI_INTERPOLATE_COLOR: in llvmpipe_create_fs_state()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2445 (rshader->input[i].interpolate == TGSI_INTERPOLATE_COLOR && in r600_update_ps_state()
Devergreen_state.c2976 (rshader->input[i].interpolate == TGSI_INTERPOLATE_COLOR && in evergreen_update_ps_state()
Dr600_shader.c444 if (interpolate == TGSI_INTERPOLATE_COLOR || in eg_get_interpolator_index()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1246 case TGSI_INTERPOLATE_COLOR: in scanDeclaration()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1845 if (interp == TGSI_INTERPOLATE_COLOR) { in translate_interpolation()