/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_draw.c | 490 &call->info.resource_copy_region, f); in dd_dump_call() 607 pipe_resource_reference(&dst->info.resource_copy_region.dst, NULL); in dd_unreference_copy_of_call() 608 pipe_resource_reference(&dst->info.resource_copy_region.src, NULL); in dd_unreference_copy_of_call() 653 pipe_resource_reference(&dst->info.resource_copy_region.dst, in dd_copy_call() 654 src->info.resource_copy_region.dst); in dd_copy_call() 655 pipe_resource_reference(&dst->info.resource_copy_region.src, in dd_copy_call() 656 src->info.resource_copy_region.src); in dd_copy_call() 657 dst->info.resource_copy_region = src->info.resource_copy_region; in dd_copy_call() 1185 call.info.resource_copy_region.dst = dst; in dd_context_resource_copy_region() 1186 call.info.resource_copy_region.dst_level = dst_level; in dd_context_resource_copy_region() [all …]
|
D | dd_pipe.h | 113 struct call_resource_copy_region resource_copy_region; member
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | compute_memory_pool.c | 405 rctx->b.b.resource_copy_region(pipe, in compute_memory_promote_item() 459 rctx->b.b.resource_copy_region(pipe, in compute_memory_demote_item() 510 rctx->b.b.resource_copy_region(pipe, in compute_memory_move_item() 520 rctx->b.b.resource_copy_region(pipe, in compute_memory_move_item() 526 rctx->b.b.resource_copy_region(pipe, in compute_memory_move_item()
|
D | r600_pipe.c | 201 rctx->b.b.resource_copy_region = rctx->b.dma_copy; in r600_create_context()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_transfer.c | 59 ctx->resource_copy_region(ctx, dst, 0, 0, 0, 0, in r300_copy_from_tiled_texture() 94 ctx->resource_copy_region(ctx, tex, transfer->level, in r300_copy_into_tiled_texture()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_resource.c | 97 pipe->resource_copy_region = nv30_resource_copy_region; in nv30_resource_init()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_surface.c | 137 sp->pipe.resource_copy_region = util_resource_copy_region; in sp_init_surface_functions()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 405 i915->base.resource_copy_region = i915_surface_copy_blitter; in i915_init_surface_functions() 409 i915->base.resource_copy_region = i915_surface_copy_render; in i915_init_surface_functions()
|
/external/mesa3d/src/gallium/drivers/ilo/ |
D | ilo_blit.c | 247 ilo->base.resource_copy_region = ilo_resource_copy_region; in ilo_init_blit_functions()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_surface.c | 235 lp->pipe.resource_copy_region = lp_resource_copy; in llvmpipe_init_surface_functions()
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | resource.cpp | 62 q.pipe->resource_copy_region(q.pipe, pipe, 0, p[0], p[1], p[2], in copy()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 385 void (*resource_copy_region)(struct pipe_context *pipe, member
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | xm_st.c | 106 pipe->resource_copy_region(pipe, dst_ptex, 0, x, y, 0, in xmesa_st_framebuffer_copy_textures()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_texture.c | 393 pipe->resource_copy_region(pipe, in st_texture_image_copy()
|
D | st_cb_bufferobjects.c | 518 pipe->resource_copy_region(pipe, dstObj->buffer, 0, writeOffset, 0, 0, in st_copy_buffer_subdata()
|
D | st_cb_copyimage.c | 499 pipe->resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in copy_image()
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_pipe.c | 320 ctx->resource_copy_region = noop_resource_copy_region; in noop_create_context()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_context.c | 260 ctx->pipe->resource_copy_region(ctx->pipe, in xa_copy()
|
D | xa_tracker.c | 500 pipe->resource_copy_region(pipe, texture, in xa_surface_redefine()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | buffer9.c | 309 pipe->resource_copy_region(pipe, This->base.resource, 0, 0, 0, 0, in NineBuffer9_Lock()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_blit.c | 519 svga->pipe.resource_copy_region = svga_resource_copy_region; in svga_init_blit_functions()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 886 pipe->resource_copy_region(pipe, in rbug_resource_copy_region() 1263 rb_pipe->base.resource_copy_region = rbug_resource_copy_region; in rbug_context_create()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_context.cpp | 488 ctx->pipe.resource_copy_region = swr_resource_copy; in swr_create_context()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blit.c | 448 pipe->resource_copy_region(pipe, in util_blit_pixels()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_buffer_common.c | 439 ctx->resource_copy_region(ctx, dst, 0, box->x, 0, 0, src, 0, &dma_box); in r600_buffer_do_flush_region()
|