/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_staging.c | 97 pipe->resource_copy_region(pipe, tx->staging_resource, 0, 0, 0, 0, in util_staging_transfer_init() 123 …pipe->resource_copy_region(pipe, tx->base.resource, tx->base.level, tx->base.box.x, tx->base.box.y… in util_staging_transfer_destroy()
|
D | u_blit.c | 502 pipe->resource_copy_region(pipe, in util_blit_pixels() 586 pipe->resource_copy_region(pipe, in util_blit_pixels()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_surface.c | 35 sp->pipe.resource_copy_region = util_resource_copy_region; in sp_init_surface_functions()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_resource.c | 77 pipe->resource_copy_region = nv30_resource_copy_region; in nv30_resource_init()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_transfer.c | 57 ctx->resource_copy_region(ctx, &r300transfer->linear_texture->b.b, 0, in r300_copy_from_tiled_texture() 71 ctx->resource_copy_region(ctx, tex, transfer->level, in r300_copy_into_tiled_texture()
|
D | r300_blit.c | 594 r300->context.resource_copy_region = r300_resource_copy_region; in r300_init_blit_functions()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_blit.c | 156 svga->pipe.resource_copy_region = svga_surface_copy; in svga_init_blit_functions()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 320 i915->base.resource_copy_region = i915_surface_copy_blitter; in i915_init_surface_functions() 324 i915->base.resource_copy_region = i915_surface_copy_render; in i915_init_surface_functions()
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | native_helper.c | 281 pipe->resource_copy_region(pipe, ftex, 0, 0, 0, 0, in resource_surface_copy_swap() 400 pipe->resource_copy_region(pipe, dst, 0, 0, 0, 0, src, 0, &src_box); in native_display_copy_to_pixmap()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_surface.c | 178 lp->pipe.resource_copy_region = lp_resource_copy; in llvmpipe_init_surface_functions()
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_exa.c | 503 exa->pipe->resource_copy_region( exa->pipe, in ExaCopy() 509 exa->pipe->resource_copy_region( exa->pipe, in ExaCopy() 516 exa->pipe->resource_copy_region( exa->pipe, in ExaCopy() 890 exa->pipe->resource_copy_region(exa->pipe, texture, in ExaModifyPixmapHeader()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 292 void (*resource_copy_region)(struct pipe_context *pipe, member
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | resource.cpp | 60 q.pipe->resource_copy_region(q.pipe, pipe, 0, p[0], p[1], p[2], in copy()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_bufferobjects.c | 372 pipe->resource_copy_region(pipe, dstObj->buffer, 0, writeOffset, 0, 0, in st_copy_buffer_subdata()
|
D | st_texture.c | 405 pipe->resource_copy_region(pipe, in st_texture_image_copy()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_texture.c | 40 ctx->resource_copy_region(ctx, &rtransfer->staging->b.b, in r600_copy_to_staging_texture() 55 ctx->resource_copy_region(ctx, texture, transfer->level, in r600_copy_from_staging_texture() 720 ctx->resource_copy_region(ctx, texture, transfer->level, in r600_texture_transfer_destroy()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_texture.c | 45 ctx->resource_copy_region(ctx, rtransfer->staging_texture, in r600_copy_to_staging_texture() 63 ctx->resource_copy_region(ctx, texture, transfer->level, in r600_copy_from_staging_texture()
|
D | r600_blit.c | 382 rctx->context.resource_copy_region = r600_resource_copy_region; in si_init_blit_functions()
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_pipe.c | 270 ctx->resource_copy_region = noop_resource_copy_region; in noop_create_context()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | xm_st.c | 105 pipe->resource_copy_region(pipe, dst_ptex, 0, x, y, 0, in xmesa_st_framebuffer_copy_textures()
|
/external/mesa3d/src/gallium/drivers/galahad/ |
D | glhd_context.c | 713 pipe->resource_copy_region(pipe, in galahad_context_resource_copy_region() 1056 GLHD_PIPE_INIT(resource_copy_region); in galahad_context_create()
|
/external/mesa3d/src/gallium/drivers/identity/ |
D | id_context.c | 624 pipe->resource_copy_region(pipe, in identity_resource_copy_region() 925 id_pipe->base.resource_copy_region = identity_resource_copy_region; in identity_context_create()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_tracker.c | 408 pipe->resource_copy_region(pipe, texture, in xa_surface_redefine()
|
D | xa_context.c | 245 ctx->pipe->resource_copy_region(ctx->pipe, in xa_copy()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | vg_context.c | 328 pipe->resource_copy_region(pipe, in vg_context_update_surface_mask_view()
|