Home
last modified time | relevance | path

Searched refs:resource_copy_region (Results 1 – 25 of 74) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/r600/
Dcompute_memory_pool.c382 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/
Ddd_draw.c650 &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 …]
Ddd_pipe.h184 struct call_resource_copy_region resource_copy_region; member
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_transfer.c56 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/
Dnv30_resource.c104 pipe->resource_copy_region = nv30_resource_copy_region; in nv30_resource_init()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h38 CALL(resource_copy_region)
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_surface.c137 sp->pipe.resource_copy_region = util_resource_copy_region; in sp_init_surface_functions()
/third_party/mesa3d/docs/relnotes/
D9.1.3.rst172 resource_copy_region
184 - radeonsi: Handle arbitrary 2-byte formats in resource_copy_region
D17.3.1.rst124 - radeonsi: flush the context after resource_copy_region for buffer
D17.2.7.rst175 - radeonsi: flush the context after resource_copy_region for buffer
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_surface.c455 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/
DDxgiFns.cpp342 pipe->resource_copy_region(pipe, in _RotateResourceIdentities()
DResource.cpp692 pipe->resource_copy_region(pipe, in ResourceCopy()
767 pipe->resource_copy_region(pipe, in ResourceCopyRegion()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_clear_blit.c262 pctx->resource_copy_region = etna_resource_copy_region; in etna_clear_blit_init()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dresource.cpp63 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/
Dxm_st.c110 pipe->resource_copy_region(pipe, dst_ptex, 0, x, y, 0, in xmesa_st_framebuffer_copy_textures()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h651 void (*resource_copy_region)(struct pipe_context *pipe, member
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_context.c261 ctx->pipe->resource_copy_region(ctx->pipe, in xa_copy()
Dxa_tracker.c509 pipe->resource_copy_region(pipe, texture, in xa_surface_redefine()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_enc_common.c513 pipe->resource_copy_region(pipe, in enc_LoadImage_common()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_texture.c397 pipe->resource_copy_region(pipe, in st_texture_image_copy()
Dst_cb_copyimage.c512 pipe->resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in copy_image()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c508 lp->pipe.resource_copy_region = lp_resource_copy; in llvmpipe_init_surface_functions()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c713 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/
Drbug_context.c883 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()

123