Home
last modified time | relevance | path

Searched refs:TGSI_INTERPOLATE_COLOR (Results 1 – 25 of 25) 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.c189 case TGSI_INTERPOLATE_COLOR: in scan_src_operand()
415 case TGSI_INTERPOLATE_COLOR: in scan_instruction()
Dtgsi_exec.c2985 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/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.c857 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/
Dtgsi_scan.c134 case TGSI_INTERPOLATE_COLOR: in tgsi_scan_shader()
303 case TGSI_INTERPOLATE_COLOR: in tgsi_scan_shader()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h107 #define TGSI_INTERPOLATE_COLOR 3 /* special color case for smooth/flat */ macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h104 TGSI_INTERPOLATE_COLOR, /* special color case for smooth/flat */ enumerator
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1107 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/
Dnine_ff.c1117 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()
Dnine_shader.c943 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/
Dsi_shader_nir.c263 info->input_interpolate[i] = TGSI_INTERPOLATE_COLOR; in si_nir_scan_shader()
Dsi_shader.c1684 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()
Dsi_state_shaders.c2546 (interpolate == TGSI_INTERPOLATE_COLOR && sctx->flatshade)) in si_get_ps_input_cntl()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c716 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_COLOR; in st_translate_fragment_program()
722 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_COLOR; in st_translate_fragment_program()
Dst_cb_drawpixels.c144 TGSI_INTERPOLATE_COLOR); in get_drawpix_z_stencil_program()
Dst_glsl_to_tgsi.cpp6194 return TGSI_INTERPOLATE_COLOR; in st_translate_interp()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c2947 case TGSI_INTERPOLATE_COLOR: in llvmpipe_create_fs_state()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2468 (rshader->input[i].interpolate == TGSI_INTERPOLATE_COLOR && in r600_update_ps_state()
Devergreen_state.c3305 (rshader->input[i].interpolate == TGSI_INTERPOLATE_COLOR && in evergreen_update_ps_state()
Dr600_shader.c462 if (interpolate == TGSI_INTERPOLATE_COLOR || in eg_get_interpolator_index()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1359 case TGSI_INTERPOLATE_COLOR: in scanDeclaration()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1851 if (interp == TGSI_INTERPOLATE_COLOR) { in translate_interpolation()
/external/virglrenderer/src/
Dvrend_shader.c4117 case TGSI_INTERPOLATE_COLOR: in get_interp_string()