Searched refs:TGSI_INTERPOLATE_COLOR (Results 1 – 23 of 23) sorted by relevance
/external/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_scan.c | 169 case TGSI_INTERPOLATE_COLOR: in scan_src_operand() 329 case TGSI_INTERPOLATE_COLOR: in scan_instruction()
|
D | tgsi_exec.c | 3006 case TGSI_INTERPOLATE_COLOR: in exec_declaration()
|
/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/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 459 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/ |
D | p_shader_tokens.h | 103 TGSI_INTERPOLATE_COLOR, /* special color case for smooth/flat */ enumerator
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_flatshade.c | 220 if (fs->info.input_interpolate[i] != TGSI_INTERPOLATE_COLOR) in flatshade_init_state()
|
D | draw_pipe_clip.c | 855 if (fs->info.input_interpolate[i] != TGSI_INTERPOLATE_COLOR) in clip_init_state()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_ff.c | 1114 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()
|
D | nine_shader.c | 952 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/ |
D | st_program.c | 636 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_COLOR; in st_translate_fragment_program() 642 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_COLOR; in st_translate_fragment_program()
|
D | st_cb_drawpixels.c | 143 TGSI_INTERPOLATE_COLOR); in get_drawpix_z_stencil_program()
|
D | st_glsl_to_tgsi.cpp | 5973 return TGSI_INTERPOLATE_COLOR; in st_translate_interp()
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | ilo_shader_fs.c | 180 case TGSI_INTERPOLATE_COLOR: in fetch_attr() 1641 case TGSI_INTERPOLATE_COLOR: in fs_setup_shader_in()
|
/external/mesa3d/src/gallium/drivers/ilo/ |
D | ilo_shader.c | 420 decl->Interp.Interpolate == TGSI_INTERPOLATE_COLOR) in ilo_shader_info_parse_decl()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 1269 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()
|
D | si_state_shaders.c | 1833 (interpolate == TGSI_INTERPOLATE_COLOR && sctx->flatshade)) in si_get_ps_input_cntl()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 2925 case TGSI_INTERPOLATE_COLOR: in llvmpipe_create_fs_state()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 2445 (rshader->input[i].interpolate == TGSI_INTERPOLATE_COLOR && in r600_update_ps_state()
|
D | evergreen_state.c | 2976 (rshader->input[i].interpolate == TGSI_INTERPOLATE_COLOR && in evergreen_update_ps_state()
|
D | r600_shader.c | 444 if (interpolate == TGSI_INTERPOLATE_COLOR || in eg_get_interpolator_index()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1246 case TGSI_INTERPOLATE_COLOR: in scanDeclaration()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 1845 if (interp == TGSI_INTERPOLATE_COLOR) { in translate_interpolation()
|