Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_flatshade.c216 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in flatshade_init_state()
241 if (interp == TGSI_INTERPOLATE_CONSTANT || in flatshade_init_state()
254 if (interp == TGSI_INTERPOLATE_CONSTANT) { in flatshade_init_state()
Ddraw_pipe_clip.c791 interp = TGSI_INTERPOLATE_CONSTANT; in find_interp()
851 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in clip_init_state()
874 case TGSI_INTERPOLATE_CONSTANT: in clip_init_state()
907 case TGSI_INTERPOLATE_CONSTANT: in clip_init_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c258 info->input_interpolate[i] = TGSI_INTERPOLATE_CONSTANT; in si_nir_scan_shader()
295 info->input_interpolate[i] = TGSI_INTERPOLATE_CONSTANT; in si_nir_scan_shader()
Dsi_shader.c1673 case TGSI_INTERPOLATE_CONSTANT: in lookup_interp_param_index()
6218 interp = TGSI_INTERPOLATE_CONSTANT; in si_get_ps_prolog_key()
6221 case TGSI_INTERPOLATE_CONSTANT: in si_get_ps_prolog_key()
Dsi_state_shaders.c2545 if (interpolate == TGSI_INTERPOLATE_CONSTANT || in si_get_ps_input_cntl()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c732 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT; in st_translate_fragment_program()
737 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT; in st_translate_fragment_program()
742 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT; in st_translate_fragment_program()
747 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT; in st_translate_fragment_program()
Dst_cb_clear.c111 TGSI_INTERPOLATE_CONSTANT, in set_fragment_shader()
Dst_pbo.c441 TGSI_INTERPOLATE_CONSTANT); in create_fs()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h104 #define TGSI_INTERPOLATE_CONSTANT 0 macro
/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.h101 TGSI_INTERPOLATE_CONSTANT, enumerator
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1182 if (interpMode == TGSI_INTERPOLATE_CONSTANT) { in CompileFS()
1202 if (interpMode == TGSI_INTERPOLATE_CONSTANT) { in CompileFS()
1236 if (interpMode == TGSI_INTERPOLATE_CONSTANT) { in CompileFS()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c135 case TGSI_INTERPOLATE_CONSTANT: in tgsi_scan_shader()
Dtgsi_build.c208 di.Interpolate = TGSI_INTERPOLATE_CONSTANT; in tgsi_default_declaration_interp()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c417 TGSI_INTERPOLATE_CONSTANT, false); in bind_fs_write_one_cbuf()
431 TGSI_INTERPOLATE_CONSTANT, true); in bind_fs_write_all_cbufs()
1209 TGSI_INTERPOLATE_CONSTANT, false); in util_blitter_cache_all_shaders()
1213 TGSI_INTERPOLATE_CONSTANT, true); in util_blitter_cache_all_shaders()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c228 TGSI_INTERPOLATE_CONSTANT); in r600_create_context()
Dr600_state.c2467 rshader->input[i].interpolate == TGSI_INTERPOLATE_CONSTANT || in r600_update_ps_state()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c416 case TGSI_INTERPOLATE_CONSTANT: in scan_instruction()
Dtgsi_build.c218 di.Interpolate = TGSI_INTERPOLATE_CONSTANT; in tgsi_default_declaration_interp()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c1093 TGSI_INTERPOLATE_CONSTANT); in tx_src_param()
2134 return TGSI_INTERPOLATE_CONSTANT; in nine_tgsi_to_interp_mode()
2137 return TGSI_INTERPOLATE_CONSTANT; in nine_tgsi_to_interp_mode()
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1623 TGSI_INTERPOLATE_CONSTANT, in hud_set_draw_context()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c364 case TGSI_INTERPOLATE_CONSTANT: in ttn_emit_declaration()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1853 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in translate_interpolation()
1857 case TGSI_INTERPOLATE_CONSTANT: in translate_interpolation()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c2938 case TGSI_INTERPOLATE_CONSTANT: in llvmpipe_create_fs_state()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1356 case TGSI_INTERPOLATE_CONSTANT: in scanDeclaration()

12