/third_party/mesa3d/src/gallium/drivers/r600/ |
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()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
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.src = NULL; in dd_context_resource_copy_region() [all …]
|
D | dd_pipe.h | 184 struct call_resource_copy_region resource_copy_region; member
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
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/nouveau/nv30/ |
D | nv30_resource.c | 104 pipe->resource_copy_region = nv30_resource_copy_region; in nv30_resource_init()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 38 CALL(resource_copy_region)
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_surface.c | 137 sp->pipe.resource_copy_region = util_resource_copy_region; in sp_init_surface_functions()
|
/third_party/mesa3d/docs/relnotes/ |
D | 9.1.3.rst | 172 resource_copy_region 184 - radeonsi: Handle arbitrary 2-byte formats in resource_copy_region
|
D | 17.3.1.rst | 124 - radeonsi: flush the context after resource_copy_region for buffer
|
D | 17.2.7.rst | 175 - radeonsi: flush the context after resource_copy_region for buffer
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
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/ |
D | DxgiFns.cpp | 342 pipe->resource_copy_region(pipe, in _RotateResourceIdentities()
|
D | Resource.cpp | 692 pipe->resource_copy_region(pipe, in ResourceCopy() 767 pipe->resource_copy_region(pipe, in ResourceCopyRegion()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
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/clover/core/ |
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/ |
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/include/pipe/ |
D | p_context.h | 651 void (*resource_copy_region)(struct pipe_context *pipe, member
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_context.c | 261 ctx->pipe->resource_copy_region(ctx->pipe, in xa_copy()
|
D | xa_tracker.c | 509 pipe->resource_copy_region(pipe, texture, in xa_surface_redefine()
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
D | vid_enc_common.c | 513 pipe->resource_copy_region(pipe, in enc_LoadImage_common()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_texture.c | 397 pipe->resource_copy_region(pipe, in st_texture_image_copy()
|
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/ |
D | lp_surface.c | 508 lp->pipe.resource_copy_region = lp_resource_copy; in llvmpipe_init_surface_functions()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 713 context->gpu->resource_copy_region(context->gpu, dst->gpu, dst_level, dstx, in tegra_resource_copy_region() 1372 context->base.resource_copy_region = tegra_resource_copy_region; in tegra_screen_context_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_context.c | 883 pipe->resource_copy_region(pipe, in rbug_resource_copy_region() 1343 rb_pipe->base.resource_copy_region = rbug_resource_copy_region; in rbug_context_create()
|