/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | compute_memory_pool.c | 382 rctx->b.b.resource_copy_region(pipe, in compute_memory_promote_item() 441 rctx->b.b.resource_copy_region(pipe, in compute_memory_demote_item() 492 rctx->b.b.resource_copy_region(pipe, in compute_memory_move_item() 502 rctx->b.b.resource_copy_region(pipe, in compute_memory_move_item() 508 rctx->b.b.resource_copy_region(pipe, in compute_memory_move_item()
|
H A D | r600_buffer_common.c | 475 ctx->resource_copy_region(ctx, dst, 0, box->x, 0, 0, src, 0, &dma_box); in r600_buffer_do_flush_region()
|
H A D | r600_pipe.c | 224 rctx->b.b.resource_copy_region = rctx->b.dma_copy; in r600_create_context()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_draw.c | 650 &call->info.resource_copy_region, f); in dd_dump_call() 729 pipe_resource_reference(&dst->info.resource_copy_region.dst, NULL); in dd_unreference_copy_of_call() 730 pipe_resource_reference(&dst->info.resource_copy_region.src, NULL); in dd_unreference_copy_of_call() 1409 record->call.info.resource_copy_region.dst = NULL; in dd_context_resource_copy_region() 1410 pipe_resource_reference(&record->call.info.resource_copy_region.dst, dst); in dd_context_resource_copy_region() 1411 record->call.info.resource_copy_region.dst_level = dst_level; in dd_context_resource_copy_region() 1412 record->call.info.resource_copy_region.dstx = dstx; in dd_context_resource_copy_region() 1413 record->call.info.resource_copy_region.dsty = dsty; in dd_context_resource_copy_region() 1414 record->call.info.resource_copy_region.dstz = dstz; in dd_context_resource_copy_region() 1415 record->call.info.resource_copy_region in dd_context_resource_copy_region() [all...] |
H A D | dd_pipe.h | 184 struct call_resource_copy_region resource_copy_region; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_resource.c | 104 pipe->resource_copy_region = nv30_resource_copy_region; in nv30_resource_init()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_transfer.c | 56 ctx->resource_copy_region(ctx, dst, 0, 0, 0, 0, in r300_copy_from_tiled_texture() 91 ctx->resource_copy_region(ctx, tex, transfer->level, in r300_copy_into_tiled_texture()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_surface.c | 137 sp->pipe.resource_copy_region = util_resource_copy_region; in sp_init_surface_functions()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_surface.c | 455 i915->base.resource_copy_region = i915_surface_copy_blitter; in i915_init_surface_functions() 459 i915->base.resource_copy_region = i915_surface_copy_render; in i915_init_surface_functions()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | DxgiFns.cpp | 342 pipe->resource_copy_region(pipe, in _RotateResourceIdentities()
|
H A D | Resource.cpp | 592 * pipe_context::resource_copy_region method. 623 * the resource_copy_region method. in areResourcesCompatible() 692 pipe->resource_copy_region(pipe, in ResourceCopy() 767 pipe->resource_copy_region(pipe, in ResourceCopyRegion()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | resource.cpp | 63 q.pipe->resource_copy_region(q.pipe, pipe, 0, p[0], p[1], p[2], in copy()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | xm_st.c | 110 pipe->resource_copy_region(pipe, dst_ptex, 0, x, y, 0, in xmesa_st_framebuffer_copy_textures()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_clear_blit.c | 262 pctx->resource_copy_region = etna_resource_copy_region; in etna_clear_blit_init()
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_context.c | 261 ctx->pipe->resource_copy_region(ctx->pipe, in xa_copy()
|
H A D | xa_tracker.c | 509 pipe->resource_copy_region(pipe, texture, in xa_surface_redefine()
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
H A D | vid_enc_common.c | 513 pipe->resource_copy_region(pipe, in enc_LoadImage_common()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 651 void (*resource_copy_region)(struct pipe_context *pipe, member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_texture.c | 397 pipe->resource_copy_region(pipe, in st_texture_image_copy()
|
H A D | st_cb_copyimage.c | 512 pipe->resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in copy_image()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_surface.c | 508 lp->pipe.resource_copy_region = lp_resource_copy; in llvmpipe_init_surface_functions()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_blit.c | 750 * The pipe->resource_copy_region() driver hook. 787 ctx->resource_copy_region = iris_resource_copy_region; in iris_init_blit_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
H A D | noop_pipe.c | 429 ctx->resource_copy_region = noop_resource_copy_region; in noop_create_context()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_inlines.h | 479 * Utility for simplifying pipe_context::resource_copy_region calls 493 pipe->resource_copy_region(pipe, dst, 0, dst_offset, 0, 0, src, 0, &box); in pipe_buffer_copy()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | buffer9.c | 392 pipe->resource_copy_region(pipe, This->base.resource, 0, 0, 0, 0, in NineBuffer9_Lock()
|