Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_two_side.c215 transform.front_color_interp[0] = TGSI_INTERPOLATE_COLOR; in tgsi_add_two_side()
216 transform.front_color_interp[1] = TGSI_INTERPOLATE_COLOR; in tgsi_add_two_side()
Dtgsi_from_mesa.c299 return color ? TGSI_INTERPOLATE_COLOR : TGSI_INTERPOLATE_PERSPECTIVE; in tgsi_get_interp_mode()
Dtgsi_scan.c190 case TGSI_INTERPOLATE_COLOR: in scan_src_operand()
449 case TGSI_INTERPOLATE_COLOR: in scan_instruction()
Dtgsi_exec.c3040 case TGSI_INTERPOLATE_COLOR: in exec_declaration()
/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.c816 if (fs->info.input_interpolate[i] != TGSI_INTERPOLATE_COLOR) in clip_init_state()
845 case TGSI_INTERPOLATE_COLOR: in clip_init_state()
/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/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/mesa3d/docs/relnotes/
D19.1.7.rst66 - tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONE
D19.2.0.rst167 - tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONE
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shaderio.cpp138 m_interpolate = TGSI_INTERPOLATE_COLOR; in ShaderInputVarying()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h104 TGSI_INTERPOLATE_COLOR, /* special color case for smooth/flat */ enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h108 #define TGSI_INTERPOLATE_COLOR 3 /* special color case for smooth/flat */ macro
/external/mesa3d/src/gallium/frontends/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.c1032 TGSI_INTERPOLATE_COLOR, 0, in tx_src_param()
2199 return TGSI_INTERPOLATE_COLOR; in nine_tgsi_to_interp_mode()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c551 info->input_interpolate[i] = TGSI_INTERPOLATE_COLOR; in nir_tgsi_scan_shader()
Dtgsi_to_nir.c206 case TGSI_INTERPOLATE_COLOR: in ttn_translate_interp_mode()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c949 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_COLOR; in st_translate_fragment_program()
955 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_COLOR; in st_translate_fragment_program()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp2708 interpMode == TGSI_INTERPOLATE_COLOR) { in CompileFS()
2800 } else if (interpMode == TGSI_INTERPOLATE_COLOR) { in CompileFS()
2821 } else if (interpMode == TGSI_INTERPOLATE_COLOR) { in CompileFS()
2865 interpMode == TGSI_INTERPOLATE_COLOR) in CompileFS()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2471 (rshader->input[i].interpolate == TGSI_INTERPOLATE_COLOR && in r600_update_ps_state()
Devergreen_state.c3388 (rshader->input[i].interpolate == TGSI_INTERPOLATE_COLOR && in evergreen_update_ps_state()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c3647 case TGSI_INTERPOLATE_COLOR: in llvmpipe_create_fs_state()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1311 case TGSI_INTERPOLATE_COLOR: in scanDeclaration()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2726 if (interp == TGSI_INTERPOLATE_COLOR) { in translate_interpolation()
/external/virglrenderer/src/
Dvrend_shader.c5612 case TGSI_INTERPOLATE_COLOR: in get_interp_string()

12