/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_buffer_common.c | 506 ctx->resource_copy_region(ctx, dst, 0, box->x, 0, 0, src, 0, &dma_box); in r600_buffer_do_flush_region()
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_draw.c | 564 &call->info.resource_copy_region, f); in dd_dump_call() 639 pipe_resource_reference(&dst->info.resource_copy_region.dst, NULL); in dd_unreference_copy_of_call() 640 pipe_resource_reference(&dst->info.resource_copy_region.src, NULL); in dd_unreference_copy_of_call() 1258 record->call.info.resource_copy_region.dst = NULL; in dd_context_resource_copy_region() 1259 pipe_resource_reference(&record->call.info.resource_copy_region.dst, dst); in dd_context_resource_copy_region() 1260 record->call.info.resource_copy_region.dst_level = dst_level; in dd_context_resource_copy_region() 1261 record->call.info.resource_copy_region.dstx = dstx; in dd_context_resource_copy_region() 1262 record->call.info.resource_copy_region.dsty = dsty; in dd_context_resource_copy_region() 1263 record->call.info.resource_copy_region.dstz = dstz; in dd_context_resource_copy_region() 1264 record->call.info.resource_copy_region.src = NULL; in dd_context_resource_copy_region() [all …]
|
D | dd_pipe.h | 175 struct call_resource_copy_region resource_copy_region; member
|
/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 | 93 pipe->resource_copy_region = nv30_resource_copy_region; in nv30_resource_init()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 29 CALL(resource_copy_region)
|
D | u_blit.c | 448 pipe->resource_copy_region(pipe, in util_blit_pixels()
|
/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/virglrenderer/src/gallium/include/pipe/ |
D | p_context.h | 280 void (*resource_copy_region)(struct pipe_context *pipe, member
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_surface.c | 236 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/drivers/etnaviv/ |
D | etnaviv_clear_blit.c | 224 pctx->resource_copy_region = etna_resource_copy_region; in etna_clear_blit_init()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 409 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/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/drivers/noop/ |
D | noop_pipe.c | 333 ctx->resource_copy_region = noop_resource_copy_region; in noop_create_context()
|
/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/virglrenderer/src/gallium/auxiliary/util/ |
D | u_surface.c | 456 ctx->resource_copy_region(ctx, blit->dst.resource, blit->dst.level, in util_try_blit_via_copy_region()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_bufferobjects.c | 551 pipe->resource_copy_region(pipe, dstObj->buffer, 0, writeOffset, 0, 0, in st_copy_buffer_subdata()
|
D | st_texture.c | 396 pipe->resource_copy_region(pipe, in st_texture_image_copy()
|
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/rbug/ |
D | rbug_context.c | 870 pipe->resource_copy_region(pipe, in rbug_resource_copy_region() 1248 rb_pipe->base.resource_copy_region = rbug_resource_copy_region; in rbug_context_create()
|