/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_surface.c | 172 src_trans = pipe_get_transfer(pipe, in util_resource_copy_region() 179 dst_trans = pipe_get_transfer(pipe, in util_resource_copy_region() 246 dst_trans = pipe_get_transfer(pipe, in util_clear_render_target() 297 dst_trans = pipe_get_transfer(pipe, in util_clear_depth_stencil()
|
D | u_debug.c | 519 transfer = pipe_get_transfer(pipe, texture, surface->u.tex.level, in debug_dump_surface() 601 transfer = pipe_get_transfer(pipe, texture, surface->u.tex.level, in debug_dump_surface_bmp()
|
D | u_pstipple.c | 72 transfer = pipe_get_transfer(pipe, tex, 0, 0, in util_pstipple_update_stipple_texture()
|
D | u_gen_mipmap.c | 1114 srcTrans = pipe_get_transfer(pipe, pt, srcLevel, layer, in make_1d_mipmap() 1118 dstTrans = pipe_get_transfer(pipe, pt, dstLevel, layer, in make_1d_mipmap() 1155 srcTrans = pipe_get_transfer(pipe, pt, srcLevel, layer, in make_2d_mipmap() 1159 dstTrans = pipe_get_transfer(pipe, pt, dstLevel, layer, in make_2d_mipmap()
|
D | u_inlines.h | 424 pipe_get_transfer( struct pipe_context *context, in pipe_get_transfer() function
|
/external/mesa3d/src/gallium/winsys/sw/wrapper/ |
D | wrapper_sw_winsys.c | 94 tr = pipe_get_transfer(pipe, tex, 0, 0, in wsw_dt_get_stride() 207 tr = pipe_get_transfer(pipe, tex, 0, 0, in wsw_dt_map()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_texture.c | 233 stImage->transfer = pipe_get_transfer(st->pipe, stImage->pt, level, in st_texture_image_map() 315 dst_transfer = pipe_get_transfer(st->pipe, dst, level, face + i, in st_texture_image_data()
|
D | st_cb_drawpixels.c | 521 transfer = pipe_get_transfer(st->pipe, pt, 0, 0, in make_texture() 869 pt = pipe_get_transfer(pipe, strb->texture, in draw_stencil_pixels() 1253 ptDraw = pipe_get_transfer(pipe, in copy_stencil_pixels() 1580 pipe_get_transfer(st->pipe, rbRead->texture, in st_CopyPixels() 1596 ptTex = pipe_get_transfer(st->pipe, pt, 0, 0, transfer_usage, in st_CopyPixels()
|
D | st_atom_pixeltransfer.c | 104 transfer = pipe_get_transfer(pipe, in load_color_map_texture()
|
D | st_cb_bitmap.c | 311 transfer = pipe_get_transfer(st->pipe, pt, 0, 0, in make_bitmap_texture() 621 cache->trans = pipe_get_transfer(st->pipe, cache->texture, 0, 0, in create_cache_trans()
|
D | st_cb_texture.c | 615 tex_xfer = pipe_get_transfer(pipe, in decompress_with_blit() 735 src_trans = pipe_get_transfer(pipe, in fallback_copy_texsubimage()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_context.c | 106 transfer = pipe_get_transfer(pipe, srf->tex, 0, 0, in xa_surface_dma() 157 srf->transfer = pipe_get_transfer(pipe, srf->tex, 0, 0, in xa_surface_map()
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_xv.c | 315 ytrans = pipe_get_transfer(pipe, dst[0], in copy_packed_data() 319 utrans = pipe_get_transfer(pipe, dst[1], in copy_packed_data() 323 vtrans = pipe_get_transfer(pipe, dst[2], in copy_packed_data()
|
D | xorg_exa.c | 208 transfer = pipe_get_transfer(exa->pipe, priv->tex, 0, 0, in ExaDownloadFromScreen() 240 transfer = pipe_get_transfer(exa->pipe, priv->tex, 0, 0, in ExaUploadToScreen() 283 pipe_get_transfer(exa->pipe, priv->tex, 0, 0, in ExaPrepareAccess()
|
D | xorg_crtc.c | 243 transfer = pipe_get_transfer(ctx, crtcp->cursor_tex, in crtc_load_cursor_argb_ga3d()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_tile_cache.c | 279 pipe_get_transfer(tc->pipe, tc->texture, in sp_find_cached_tile_tex()
|
D | sp_tile_cache.c | 177 tc->transfer = pipe_get_transfer(pipe, ps->texture, in sp_tile_cache_set_surface()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | image.c | 421 struct pipe_transfer *transfer = pipe_get_transfer( in image_sub_data() 452 pipe_get_transfer(pipe, in image_get_sub_data()
|
D | api_images.c | 446 transfer = pipe_get_transfer(pipe, strb->texture, 0, 0, in vegaReadPixels()
|
/external/mesa3d/src/gallium/tests/graw/ |
D | quad-sample.c | 245 t = pipe_get_transfer(ctx, samptex, in init_tex()
|
D | graw_util.h | 262 t = pipe_get_transfer(info->ctx, samptex, in graw_util_create_tex2d()
|
D | vs-test.c | 323 t = pipe_get_transfer(ctx, samptex, in init_tex()
|
D | fs-test.c | 372 t = pipe_get_transfer(ctx, samptex, in init_tex()
|
D | gs-test.c | 436 t = pipe_get_transfer(ctx, samptex, in init_tex()
|
/external/mesa3d/src/gallium/state_trackers/dri/sw/ |
D | drisw.c | 260 transfer = pipe_get_transfer(pipe, res, in drisw_update_tex_buffer()
|