Home
last modified time | relevance | path

Searched refs:pipe_get_transfer (Results 1 – 25 of 31) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.c172 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()
Du_debug.c519 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()
Du_pstipple.c72 transfer = pipe_get_transfer(pipe, tex, 0, 0, in util_pstipple_update_stipple_texture()
Du_gen_mipmap.c1114 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()
Du_inlines.h424 pipe_get_transfer( struct pipe_context *context, in pipe_get_transfer() function
/external/mesa3d/src/gallium/winsys/sw/wrapper/
Dwrapper_sw_winsys.c94 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/
Dst_texture.c233 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()
Dst_cb_drawpixels.c521 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()
Dst_atom_pixeltransfer.c104 transfer = pipe_get_transfer(pipe, in load_color_map_texture()
Dst_cb_bitmap.c311 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()
Dst_cb_texture.c615 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/
Dxa_context.c106 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/
Dxorg_xv.c315 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()
Dxorg_exa.c208 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()
Dxorg_crtc.c243 transfer = pipe_get_transfer(ctx, crtcp->cursor_tex, in crtc_load_cursor_argb_ga3d()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_tile_cache.c279 pipe_get_transfer(tc->pipe, tc->texture, in sp_find_cached_tile_tex()
Dsp_tile_cache.c177 tc->transfer = pipe_get_transfer(pipe, ps->texture, in sp_tile_cache_set_surface()
/external/mesa3d/src/gallium/state_trackers/vega/
Dimage.c421 struct pipe_transfer *transfer = pipe_get_transfer( in image_sub_data()
452 pipe_get_transfer(pipe, in image_get_sub_data()
Dapi_images.c446 transfer = pipe_get_transfer(pipe, strb->texture, 0, 0, in vegaReadPixels()
/external/mesa3d/src/gallium/tests/graw/
Dquad-sample.c245 t = pipe_get_transfer(ctx, samptex, in init_tex()
Dgraw_util.h262 t = pipe_get_transfer(info->ctx, samptex, in graw_util_create_tex2d()
Dvs-test.c323 t = pipe_get_transfer(ctx, samptex, in init_tex()
Dfs-test.c372 t = pipe_get_transfer(ctx, samptex, in init_tex()
Dgs-test.c436 t = pipe_get_transfer(ctx, samptex, in init_tex()
/external/mesa3d/src/gallium/state_trackers/dri/sw/
Ddrisw.c260 transfer = pipe_get_transfer(pipe, res, in drisw_update_tex_buffer()

12