/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_surface.h | 77 util_resource_copy_region(struct pipe_context *pipe,
|
H A D | u_surface.c | 202 util_resource_copy_region(struct pipe_context *pipe, in util_resource_copy_region() function
|
/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 | 125 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 D | Resource.cpp | 698 util_resource_copy_region(pipe, in ResourceCopy() 773 util_resource_copy_region(pipe, in ResourceCopyRegion()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_surface.c | 112 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 D | etnaviv_clear_blit.c | 165 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 D | r300_blit.c | 566 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 D | freedreno_blitter.c | 401 util_resource_copy_region(pctx, dst, dst_level, dstx, dsty, dstz, src, in fd_resource_copy_region()
|
H A D | freedreno_resource.c | 244 util_resource_copy_region(pctx, blit->dst.resource, blit->dst.level,
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_blit.c | 160 util_resource_copy_region(&svga->pipe, dst_tex, dst_level, dstx, in copy_region_fallback()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_blit.c | 788 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 D | v3d_resource.c | 1198 pctx->resource_copy_region = util_resource_copy_region; in v3d_resource_context_init()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_resource.c | 1169 pctx->resource_copy_region = util_resource_copy_region; in vc4_resource_context_init()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_buffer.c | 617 util_resource_copy_region(&nv->pipe, in nouveau_copy_buffer()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_resource.c | 954 ctx->base.resource_copy_region = util_resource_copy_region; in lima_resource_context_init()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_pipe.c | 646 pctx->resource_copy_region = util_resource_copy_region; in agx_create_context()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_blit.c | 581 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 D | pan_resource.c | 1505 pctx->resource_copy_region = util_resource_copy_region; in panfrost_resource_context_init()
|