/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_flatshade.c | 216 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()
|
D | draw_pipe_clip.c | 791 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/ |
D | si_shader_nir.c | 258 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()
|
D | si_shader.c | 1673 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()
|
D | si_state_shaders.c | 2545 if (interpolate == TGSI_INTERPOLATE_CONSTANT || in si_get_ps_input_cntl()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_program.c | 732 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()
|
D | st_cb_clear.c | 111 TGSI_INTERPOLATE_CONSTANT, in set_fragment_shader()
|
D | st_pbo.c | 441 TGSI_INTERPOLATE_CONSTANT); in create_fs()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 104 #define TGSI_INTERPOLATE_CONSTANT 0 macro
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_derived.c | 110 case TGSI_INTERPOLATE_CONSTANT: in softpipe_compute_vertex_info()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 101 TGSI_INTERPOLATE_CONSTANT, enumerator
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 1182 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/ |
D | tgsi_scan.c | 135 case TGSI_INTERPOLATE_CONSTANT: in tgsi_scan_shader()
|
D | tgsi_build.c | 208 di.Interpolate = TGSI_INTERPOLATE_CONSTANT; in tgsi_default_declaration_interp()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 417 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/ |
D | r600_pipe.c | 228 TGSI_INTERPOLATE_CONSTANT); in r600_create_context()
|
D | r600_state.c | 2467 rshader->input[i].interpolate == TGSI_INTERPOLATE_CONSTANT || in r600_update_ps_state()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 416 case TGSI_INTERPOLATE_CONSTANT: in scan_instruction()
|
D | tgsi_build.c | 218 di.Interpolate = TGSI_INTERPOLATE_CONSTANT; in tgsi_default_declaration_interp()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_shader.c | 1093 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/ |
D | hud_context.c | 1623 TGSI_INTERPOLATE_CONSTANT, in hud_set_draw_context()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 364 case TGSI_INTERPOLATE_CONSTANT: in ttn_emit_declaration()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 1853 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in translate_interpolation() 1857 case TGSI_INTERPOLATE_CONSTANT: in translate_interpolation()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 2938 case TGSI_INTERPOLATE_CONSTANT: in llvmpipe_create_fs_state()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1356 case TGSI_INTERPOLATE_CONSTANT: in scanDeclaration()
|