/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 299 return color ? TGSI_INTERPOLATE_COLOR : TGSI_INTERPOLATE_PERSPECTIVE; in tgsi_get_interp_mode() 305 return TGSI_INTERPOLATE_PERSPECTIVE; in tgsi_get_interp_mode()
|
D | tgsi_scan.c | 191 case TGSI_INTERPOLATE_PERSPECTIVE: in scan_src_operand() 451 case TGSI_INTERPOLATE_PERSPECTIVE: in scan_instruction()
|
D | tgsi_exec.c | 3035 case TGSI_INTERPOLATE_PERSPECTIVE: in exec_declaration()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_flatshade.c | 182 interp = TGSI_INTERPOLATE_PERSPECTIVE; in find_interp() 216 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in flatshade_init_state()
|
D | draw_pipe_clip.c | 753 interp = TGSI_INTERPOLATE_PERSPECTIVE; in find_interp() 810 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in clip_init_state() 841 case TGSI_INTERPOLATE_PERSPECTIVE: in clip_init_state() 874 case TGSI_INTERPOLATE_PERSPECTIVE: in clip_init_state()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_bitmap_shader.c | 87 semantic, 0, TGSI_INTERPOLATE_PERSPECTIVE); in transform_instr()
|
D | st_program.c | 960 interpMode[slot] = TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program() 985 interpMode[slot] = TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program() 990 interpMode[slot] = TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program() 1032 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program() 1056 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program()
|
D | st_cb_drawpixels_shader.c | 118 TGSI_INTERPOLATE_PERSPECTIVE); in transform_instr()
|
/external/mesa3d/src/gallium/frontends/xa/ |
D | xa_tgsi.c | 206 TGSI_INTERPOLATE_PERSPECTIVE); in create_yuv_shader() 333 TGSI_INTERPOLATE_PERSPECTIVE); in read_input()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 136 case TGSI_INTERPOLATE_PERSPECTIVE: in tgsi_scan_shader() 304 case TGSI_INTERPOLATE_PERSPECTIVE: in tgsi_scan_shader()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_program.c | 160 ureg, texcoord_semantic(pctx), 0, TGSI_INTERPOLATE_PERSPECTIVE); in fd_prog_blit_fs()
|
/external/mesa3d/src/gallium/tests/trivial/ |
D | tri.c | 222 TGSI_SEMANTIC_COLOR, TGSI_INTERPOLATE_PERSPECTIVE, TRUE); in init_prog()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shaderio.cpp | 147 m_interpolate = TGSI_INTERPOLATE_PERSPECTIVE; in ShaderInputVarying()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 103 TGSI_INTERPOLATE_PERSPECTIVE, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 107 #define TGSI_INTERPOLATE_PERSPECTIVE 2 macro
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_derived.c | 116 case TGSI_INTERPOLATE_PERSPECTIVE: in softpipe_compute_vertex_info()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_vs_draw.c | 234 TGSI_INTERPOLATE_PERSPECTIVE, vsctx->num_outputs); in transform_inst()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi_info.c | 559 info->input_interpolate[i] = TGSI_INTERPOLATE_PERSPECTIVE; in nir_tgsi_scan_shader()
|
D | tgsi_to_nir.c | 204 case TGSI_INTERPOLATE_PERSPECTIVE: in ttn_translate_interp_mode()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 303 interp_mode == TGSI_INTERPOLATE_PERSPECTIVE); in util_make_fragment_tex_shader_writemask()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_ff.c | 1356 ps.vT[s] = ureg_DECL_fs_input(ureg, texcoord_sn, s, TGSI_INTERPOLATE_PERSPECTIVE); in nine_ff_build_ps() 1373 ps.vT[s] = ureg_DECL_fs_input(ureg, texcoord_sn, s, TGSI_INTERPOLATE_PERSPECTIVE); in nine_ff_build_ps() 1549 … ureg_src vFog = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_GENERIC, 16, TGSI_INTERPOLATE_PERSPECTIVE); in nine_ff_build_ps()
|
D | nine_shader.c | 881 TGSI_INTERPOLATE_PERSPECTIVE); in tx_texcoord_alloc() 2205 return TGSI_INTERPOLATE_PERSPECTIVE; in nine_tgsi_to_interp_mode() 3747 TGSI_INTERPOLATE_PERSPECTIVE), in shader_add_ps_fog_stage()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 2707 if (interpMode == TGSI_INTERPOLATE_PERSPECTIVE || in CompileFS() 2864 if (interpMode == TGSI_INTERPOLATE_PERSPECTIVE || in CompileFS()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 3644 case TGSI_INTERPOLATE_PERSPECTIVE: in llvmpipe_create_fs_state()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 2728 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in translate_interpolation() 2744 case TGSI_INTERPOLATE_PERSPECTIVE: in translate_interpolation()
|