Home
last modified time | relevance | path

Searched refs:TGSI_INTERPOLATE_CONSTANT (Results 1 – 25 of 28) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_flatshade.c215 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in flatshade_init_state()
239 if (interp == TGSI_INTERPOLATE_CONSTANT) { in flatshade_init_state()
251 if (interp == TGSI_INTERPOLATE_CONSTANT) { in flatshade_init_state()
Ddraw_pipe_clip.c790 interp = TGSI_INTERPOLATE_CONSTANT; in find_interp()
850 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in clip_init_state()
872 case TGSI_INTERPOLATE_CONSTANT: in clip_init_state()
896 case TGSI_INTERPOLATE_CONSTANT: in clip_init_state()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp533 if (interpMode == TGSI_INTERPOLATE_CONSTANT) { in CompileFS()
553 if (interpMode == TGSI_INTERPOLATE_CONSTANT) { in CompileFS()
587 if (interpMode == TGSI_INTERPOLATE_CONSTANT) { in CompileFS()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c652 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT; in st_translate_fragment_program()
657 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT; in st_translate_fragment_program()
662 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT; in st_translate_fragment_program()
667 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT; in st_translate_fragment_program()
Dst_cb_clear.c111 TGSI_INTERPOLATE_CONSTANT, in set_fragment_shader()
Dst_pbo.c454 TGSI_INTERPOLATE_CONSTANT); in create_fs()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c110 case TGSI_INTERPOLATE_CONSTANT: in softpipe_compute_vertex_info()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h100 TGSI_INTERPOLATE_CONSTANT, enumerator
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dilo_shader_vs.c1025 sh->in.interp[sh->in.count] = TGSI_INTERPOLATE_CONSTANT; in vs_setup_shader_in()
1045 sh->in.interp[sh->in.count + i] = TGSI_INTERPOLATE_CONSTANT; in vs_setup_shader_in()
Dilo_shader_fs.c171 case TGSI_INTERPOLATE_CONSTANT: in fetch_attr()
1626 case TGSI_INTERPOLATE_CONSTANT: in fs_setup_shader_in()
Dilo_shader_gs.c1038 sh->in.interp[i] = TGSI_INTERPOLATE_CONSTANT; in gs_setup_shader_in()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c397 TGSI_INTERPOLATE_CONSTANT, FALSE); in bind_fs_write_one_cbuf()
411 TGSI_INTERPOLATE_CONSTANT, TRUE); in bind_fs_write_all_cbufs()
1174 TGSI_INTERPOLATE_CONSTANT, FALSE); in util_blitter_cache_all_shaders()
1178 TGSI_INTERPOLATE_CONSTANT, TRUE); in util_blitter_cache_all_shaders()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c215 TGSI_INTERPOLATE_CONSTANT); in r600_create_context()
Dr600_state.c2444 rshader->input[i].interpolate == TGSI_INTERPOLATE_CONSTANT || in r600_update_ps_state()
Devergreen_state.c2975 rshader->input[i].interpolate == TGSI_INTERPOLATE_CONSTANT || in evergreen_update_ps_state()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c330 case TGSI_INTERPOLATE_CONSTANT: in scan_instruction()
Dtgsi_build.c208 di.Interpolate = TGSI_INTERPOLATE_CONSTANT; in tgsi_default_declaration_interp()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c1106 TGSI_INTERPOLATE_CONSTANT); in tx_src_param()
2122 return TGSI_INTERPOLATE_CONSTANT; in nine_tgsi_to_interp_mode()
2125 return TGSI_INTERPOLATE_CONSTANT; in nine_tgsi_to_interp_mode()
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1510 TGSI_INTERPOLATE_CONSTANT, in hud_create()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c363 case TGSI_INTERPOLATE_CONSTANT: in ttn_emit_declaration()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1847 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in translate_interpolation()
1851 case TGSI_INTERPOLATE_CONSTANT: in translate_interpolation()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c1832 if (interpolate == TGSI_INTERPOLATE_CONSTANT || in si_get_ps_input_cntl()
Dsi_shader.c1258 case TGSI_INTERPOLATE_CONSTANT: in lookup_interp_param_index()
7121 interp = TGSI_INTERPOLATE_CONSTANT; in si_get_ps_prolog_key()
7124 case TGSI_INTERPOLATE_CONSTANT: in si_get_ps_prolog_key()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c2916 case TGSI_INTERPOLATE_CONSTANT: in llvmpipe_create_fs_state()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1243 case TGSI_INTERPOLATE_CONSTANT: in scanDeclaration()

12