Home
last modified time | relevance | path

Searched refs:resource_copy_region (Results 1 - 25 of 61) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/r600/
H A 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()
H A Dr600_buffer_common.c475 ctx->resource_copy_region(ctx, dst, 0, box->x, 0, 0, src, 0, &dma_box); in r600_buffer_do_flush_region()
H A Dr600_pipe.c224 rctx->b.b.resource_copy_region = rctx->b.dma_copy; in r600_create_context()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A 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 in dd_context_resource_copy_region()
[all...]
H A Ddd_pipe.h184 struct call_resource_copy_region resource_copy_region; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.c104 pipe->resource_copy_region = nv30_resource_copy_region; in nv30_resource_init()
/third_party/mesa3d/src/gallium/drivers/r300/
H A 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/softpipe/
H A Dsp_surface.c137 sp->pipe.resource_copy_region = util_resource_copy_region; in sp_init_surface_functions()
/third_party/mesa3d/src/gallium/drivers/i915/
H A 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/
H A DDxgiFns.cpp342 pipe->resource_copy_region(pipe, in _RotateResourceIdentities()
H A DResource.cpp592 * 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 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/
H A 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/drivers/etnaviv/
H A Detnaviv_clear_blit.c262 pctx->resource_copy_region = etna_resource_copy_region; in etna_clear_blit_init()
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_context.c261 ctx->pipe->resource_copy_region(ctx->pipe, in xa_copy()
H A Dxa_tracker.c509 pipe->resource_copy_region(pipe, texture, in xa_surface_redefine()
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_enc_common.c513 pipe->resource_copy_region(pipe, in enc_LoadImage_common()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_context.h651 void (*resource_copy_region)(struct pipe_context *pipe, member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c397 pipe->resource_copy_region(pipe, in st_texture_image_copy()
H A 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/
H A Dlp_surface.c508 lp->pipe.resource_copy_region = lp_resource_copy; in llvmpipe_init_surface_functions()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_blit.c750 * 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 Dnoop_pipe.c429 ctx->resource_copy_region = noop_resource_copy_region; in noop_create_context()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h479 * 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 Dbuffer9.c392 pipe->resource_copy_region(pipe, This->base.resource, 0, 0, 0, 0, in NineBuffer9_Lock()

Completed in 24 milliseconds

123