/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 | 750 interp = TGSI_INTERPOLATE_CONSTANT; in find_interp() 810 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in clip_init_state() 833 case TGSI_INTERPOLATE_CONSTANT: in clip_init_state() 866 case TGSI_INTERPOLATE_CONSTANT: in clip_init_state()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shaderio.cpp | 133 m_interpolate = TGSI_INTERPOLATE_CONSTANT; in ShaderInputVarying() 159 m_interpolate = TGSI_INTERPOLATE_CONSTANT; in ShaderInputVarying()
|
D | sfn_vertexstageexport.cpp | 265 io.interpolate = TGSI_INTERPOLATE_CONSTANT; in finalize_exports()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 301 return TGSI_INTERPOLATE_CONSTANT; in tgsi_get_interp_mode()
|
D | tgsi_build.c | 219 di.Interpolate = TGSI_INTERPOLATE_CONSTANT; in tgsi_default_declaration_interp()
|
D | tgsi_scan.c | 450 case TGSI_INTERPOLATE_CONSTANT: in scan_instruction()
|
D | tgsi_ureg.c | 379 TGSI_INTERPOLATE_CONSTANT, 0, TGSI_INTERPOLATE_LOC_CENTER, in ureg_DECL_input_layout() 392 TGSI_INTERPOLATE_CONSTANT, 0, in ureg_DECL_input()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 101 TGSI_INTERPOLATE_CONSTANT, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 105 #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/auxiliary/nir/ |
D | nir_to_tgsi_info.c | 546 info->input_interpolate[i] = TGSI_INTERPOLATE_CONSTANT; in nir_tgsi_scan_shader() 569 info->input_interpolate[i] = TGSI_INTERPOLATE_CONSTANT; in nir_tgsi_scan_shader()
|
D | nir_to_tgsi.c | 189 unsigned interpolation = TGSI_INTERPOLATE_CONSTANT; in ntt_setup_inputs()
|
D | tgsi_to_nir.c | 200 case TGSI_INTERPOLATE_CONSTANT: in ttn_translate_interp_mode()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_program.c | 965 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT; in st_translate_fragment_program() 970 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT; in st_translate_fragment_program() 975 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT; in st_translate_fragment_program() 980 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT; in st_translate_fragment_program()
|
D | st_cb_clear.c | 130 TGSI_INTERPOLATE_CONSTANT, in set_fragment_shader()
|
/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 | 461 TGSI_INTERPOLATE_CONSTANT, false); in bind_fs_write_one_cbuf() 475 TGSI_INTERPOLATE_CONSTANT, true); in bind_fs_write_all_cbufs() 1307 TGSI_INTERPOLATE_CONSTANT, false); in util_blitter_cache_all_shaders() 1311 TGSI_INTERPOLATE_CONSTANT, true); in util_blitter_cache_all_shaders()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.c | 242 TGSI_INTERPOLATE_CONSTANT); in r600_create_context()
|
D | r600_state.c | 2470 rshader->input[i].interpolate == TGSI_INTERPOLATE_CONSTANT || in r600_update_ps_state()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 2798 if (interpMode == TGSI_INTERPOLATE_CONSTANT) { in CompileFS() 2819 if (interpMode == TGSI_INTERPOLATE_CONSTANT) { in CompileFS() 2853 if (interpMode == TGSI_INTERPOLATE_CONSTANT) { in CompileFS()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 1151 TGSI_INTERPOLATE_CONSTANT); in tx_src_param() 2213 return TGSI_INTERPOLATE_CONSTANT; in nine_tgsi_to_interp_mode() 2216 return TGSI_INTERPOLATE_CONSTANT; in nine_tgsi_to_interp_mode()
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 1661 TGSI_INTERPOLATE_CONSTANT, in hud_set_draw_context()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 3638 case TGSI_INTERPOLATE_CONSTANT: in llvmpipe_create_fs_state()
|