/external/mesa3d/src/gallium/winsys/sw/wrapper/ |
D | wrapper_sw_winsys.c | 108 map = pipe_transfer_map(pipe, tex, 0, 0, in wsw_dt_get_stride() 224 ptr = pipe_transfer_map(pipe, tex, 0, 0, in wsw_dt_map()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_image.c | 116 data = pipe_transfer_map(pipe, texture, surface->u.tex.level, in debug_dump_surface() 195 ptr = pipe_transfer_map(pipe, texture, surface->u.tex.level, in debug_dump_surface_bmp()
|
D | u_pstipple.c | 72 data = pipe_transfer_map(pipe, tex, 0, 0, in util_pstipple_update_stipple_texture()
|
D | u_inlines.h | 442 pipe_transfer_map(struct pipe_context *context, in pipe_transfer_map() function
|
D | u_tests.c | 211 map = pipe_transfer_map(ctx, tex, 0, 0, PIPE_TRANSFER_READ, in util_probe_rect_rgba_multi()
|
D | u_surface.c | 479 dst_map = pipe_transfer_map(pipe, in util_clear_render_target()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_pixeltransfer.c | 57 dest = (uint *) pipe_transfer_map(pipe, in load_color_map_texture()
|
D | st_cb_copyimage.c | 580 dst = pipe_transfer_map(st->pipe, dst_res, 0, dst_z, in fallback_copy_image() 593 src = pipe_transfer_map(st->pipe, src_res, 0, src_z, in fallback_copy_image()
|
D | st_cb_bitmap.c | 144 dest = pipe_transfer_map(st->pipe, pt, 0, 0, in make_bitmap_texture() 393 cache->buffer = pipe_transfer_map(pipe, cache->texture, 0, 0, in create_cache_trans()
|
D | st_cb_drawpixels.c | 474 dest = pipe_transfer_map(pipe, pt, 0, 0, in make_texture() 800 stmap = pipe_transfer_map(pipe, strb->texture, in draw_stencil_pixels() 1243 drawMap = pipe_transfer_map(pipe, in copy_stencil_pixels()
|
D | st_cb_fbo.c | 820 map = pipe_transfer_map(pipe, in st_MapRenderbuffer()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_context.c | 116 map = pipe_transfer_map(pipe, srf->tex, 0, 0, in xa_surface_dma() 165 map = pipe_transfer_map(pipe, srf->tex, 0, 0, in xa_surface_map()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_tile_cache.c | 250 pipe_transfer_map(tc->pipe, tc->texture, in sp_find_cached_tile_tex()
|
D | sp_tile_cache.c | 206 tc->transfer_map[i] = pipe_transfer_map(pipe, ps->texture, in sp_tile_cache_set_surface()
|
/external/mesa3d/src/gallium/tests/graw/ |
D | graw_util.h | 262 t = pipe_transfer_map(info->ctx, samptex, in graw_util_create_tex2d()
|
D | quad-sample.c | 245 ptr = pipe_transfer_map(ctx, samptex, in init_tex()
|
D | fs-test.c | 330 ptr = pipe_transfer_map(ctx, samptex, in init_tex()
|
D | gs-test.c | 421 ptr = pipe_transfer_map(ctx, samptex, in init_tex()
|
D | vs-test.c | 319 ptr = pipe_transfer_map(ctx, samptex, in init_tex()
|
/external/mesa3d/src/gallium/state_trackers/dri/ |
D | drisw.c | 345 map = pipe_transfer_map(pipe, res, in drisw_update_tex_buffer()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_inlines.h | 437 pipe_transfer_map(struct pipe_context *context, in pipe_transfer_map() function
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | font.c | 420 map = pipe_transfer_map(pipe, tex, 0, 0, PIPE_TRANSFER_WRITE, 0, 0, in util_font_create_fixed_8x13()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_core.c | 273 map = pipe_transfer_map(context, tex, in rbug_texture_read()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_resource_texture.c | 881 uint8_t *map = pipe_transfer_map(pipe, &itransfer->b);
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | xm_api.c | 1510 map = pipe_transfer_map(pipe, res, in XMesaBindTexImage()
|