/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 | 189 case TGSI_INTERPOLATE_COLOR: in scan_src_operand() 415 case TGSI_INTERPOLATE_COLOR: in scan_instruction()
|
D | tgsi_exec.c | 2985 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/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 | 857 if (fs->info.input_interpolate[i] != TGSI_INTERPOLATE_COLOR) in clip_init_state() 886 case TGSI_INTERPOLATE_COLOR: in clip_init_state()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 134 case TGSI_INTERPOLATE_COLOR: in tgsi_scan_shader() 303 case TGSI_INTERPOLATE_COLOR: in tgsi_scan_shader()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 107 #define TGSI_INTERPOLATE_COLOR 3 /* special color case for smooth/flat */ macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 104 TGSI_INTERPOLATE_COLOR, /* special color case for smooth/flat */ enumerator
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 1107 interpMode == TGSI_INTERPOLATE_COLOR) { in CompileFS() 1184 } else if (interpMode == TGSI_INTERPOLATE_COLOR) { in CompileFS() 1204 } else if (interpMode == TGSI_INTERPOLATE_COLOR) { in CompileFS() 1248 interpMode == TGSI_INTERPOLATE_COLOR) in CompileFS()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_ff.c | 1117 reg = ureg_DECL_fs_input(ps->ureg, TGSI_SEMANTIC_COLOR, 0, TGSI_INTERPOLATE_COLOR); in ps_get_ts_arg() 1120 reg = ureg_DECL_fs_input(ps->ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); in ps_get_ts_arg() 1329 ps.vC[0] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 0, TGSI_INTERPOLATE_COLOR); in nine_ff_build_ps() 1350 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); in nine_ff_build_ps() 1367 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); in nine_ff_build_ps() 1378 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); in nine_ff_build_ps()
|
D | nine_shader.c | 943 TGSI_INTERPOLATE_COLOR, 0, in tx_src_param() 2120 return TGSI_INTERPOLATE_COLOR; in nine_tgsi_to_interp_mode()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 263 info->input_interpolate[i] = TGSI_INTERPOLATE_COLOR; in si_nir_scan_shader()
|
D | si_shader.c | 1684 case TGSI_INTERPOLATE_COLOR: in lookup_interp_param_index() 6217 interp == TGSI_INTERPOLATE_COLOR) in si_get_ps_prolog_key() 6225 case TGSI_INTERPOLATE_COLOR: in si_get_ps_prolog_key()
|
D | si_state_shaders.c | 2546 (interpolate == TGSI_INTERPOLATE_COLOR && sctx->flatshade)) in si_get_ps_input_cntl()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_program.c | 716 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_COLOR; in st_translate_fragment_program() 722 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_COLOR; in st_translate_fragment_program()
|
D | st_cb_drawpixels.c | 144 TGSI_INTERPOLATE_COLOR); in get_drawpix_z_stencil_program()
|
D | st_glsl_to_tgsi.cpp | 6194 return TGSI_INTERPOLATE_COLOR; in st_translate_interp()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 2947 case TGSI_INTERPOLATE_COLOR: in llvmpipe_create_fs_state()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 2468 (rshader->input[i].interpolate == TGSI_INTERPOLATE_COLOR && in r600_update_ps_state()
|
D | evergreen_state.c | 3305 (rshader->input[i].interpolate == TGSI_INTERPOLATE_COLOR && in evergreen_update_ps_state()
|
D | r600_shader.c | 462 if (interpolate == TGSI_INTERPOLATE_COLOR || in eg_get_interpolator_index()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1359 case TGSI_INTERPOLATE_COLOR: in scanDeclaration()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 1851 if (interp == TGSI_INTERPOLATE_COLOR) { in translate_interpolation()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 4117 case TGSI_INTERPOLATE_COLOR: in get_interp_string()
|