Home
last modified time | relevance | path

Searched refs:util_resource_copy_region (Results 1 - 19 of 19) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.h77 util_resource_copy_region(struct pipe_context *pipe,
H A Du_surface.c202 util_resource_copy_region(struct pipe_context *pipe, in util_resource_copy_region() function
/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.c125 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, src, in i915_surface_copy_render()
203 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, src, in i915_surface_copy_blitter()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DResource.cpp698 util_resource_copy_region(pipe, in ResourceCopy()
773 util_resource_copy_region(pipe, in ResourceCopyRegion()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c112 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in lp_resource_copy()
136 util_resource_copy_region(pipe, blit_info->dst.resource, blit_info->dst.level, blit_info->dst.box.x, blit_info->dst.box.y, blit_info->dst.box.z, in lp_blit()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_clear_blit.c165 util_resource_copy_region(pctx, dst, dst_level, dstx, dsty, dstz, src, in etna_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_blit.c566 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in r300_resource_copy_region()
665 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in r300_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_blitter.c401 util_resource_copy_region(pctx, dst, dst_level, dstx, dsty, dstz, src, in fd_resource_copy_region()
H A Dfreedreno_resource.c244 util_resource_copy_region(pctx, blit->dst.resource, blit->dst.level,
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c160 util_resource_copy_region(&svga->pipe, dst_tex, dst_level, dstx, in copy_region_fallback()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blit.c788 util_resource_copy_region(ctx, p_dst, dst_level, dstx, dsty, dstz, in crocus_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.c1198 pctx->resource_copy_region = util_resource_copy_region; in v3d_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c1169 pctx->resource_copy_region = util_resource_copy_region; in vc4_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.c617 util_resource_copy_region(&nv->pipe, in nouveau_copy_buffer()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.c954 ctx->base.resource_copy_region = util_resource_copy_region; in lima_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c646 pctx->resource_copy_region = util_resource_copy_region; in agx_create_context()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c581 util_resource_copy_region(ctx, dst, 0, dstx, 0, 0, src, 0, src_box); in r600_copy_buffer()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.c1505 pctx->resource_copy_region = util_resource_copy_region; in panfrost_resource_context_init()

Completed in 25 milliseconds