Home
last modified time | relevance | path

Searched refs:pipe_transfer_map (Results 1 – 25 of 27) sorted by relevance

12

/external/mesa3d/src/gallium/winsys/sw/wrapper/
Dwrapper_sw_winsys.c108 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/
Du_debug_image.c116 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()
Du_pstipple.c72 data = pipe_transfer_map(pipe, tex, 0, 0, in util_pstipple_update_stipple_texture()
Du_inlines.h442 pipe_transfer_map(struct pipe_context *context, in pipe_transfer_map() function
Du_tests.c211 map = pipe_transfer_map(ctx, tex, 0, 0, PIPE_TRANSFER_READ, in util_probe_rect_rgba_multi()
Du_surface.c479 dst_map = pipe_transfer_map(pipe, in util_clear_render_target()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_pixeltransfer.c57 dest = (uint *) pipe_transfer_map(pipe, in load_color_map_texture()
Dst_cb_copyimage.c580 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()
Dst_cb_bitmap.c144 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()
Dst_cb_drawpixels.c474 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()
Dst_cb_fbo.c820 map = pipe_transfer_map(pipe, in st_MapRenderbuffer()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_context.c116 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/
Dsp_tex_tile_cache.c250 pipe_transfer_map(tc->pipe, tc->texture, in sp_find_cached_tile_tex()
Dsp_tile_cache.c206 tc->transfer_map[i] = pipe_transfer_map(pipe, ps->texture, in sp_tile_cache_set_surface()
/external/mesa3d/src/gallium/tests/graw/
Dgraw_util.h262 t = pipe_transfer_map(info->ctx, samptex, in graw_util_create_tex2d()
Dquad-sample.c245 ptr = pipe_transfer_map(ctx, samptex, in init_tex()
Dfs-test.c330 ptr = pipe_transfer_map(ctx, samptex, in init_tex()
Dgs-test.c421 ptr = pipe_transfer_map(ctx, samptex, in init_tex()
Dvs-test.c319 ptr = pipe_transfer_map(ctx, samptex, in init_tex()
/external/mesa3d/src/gallium/state_trackers/dri/
Ddrisw.c345 map = pipe_transfer_map(pipe, res, in drisw_update_tex_buffer()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_inlines.h437 pipe_transfer_map(struct pipe_context *context, in pipe_transfer_map() function
/external/mesa3d/src/gallium/auxiliary/hud/
Dfont.c420 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/
Drbug_core.c273 map = pipe_transfer_map(context, tex, in rbug_texture_read()
/external/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c881 uint8_t *map = pipe_transfer_map(pipe, &itransfer->b);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.c1510 map = pipe_transfer_map(pipe, res, in XMesaBindTexImage()

12