/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_surface.h | 77 util_resource_copy_region(struct pipe_context *pipe,
|
D | u_surface.c | 246 util_resource_copy_region(struct pipe_context *pipe, in util_resource_copy_region() function
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_surface.h | 77 util_resource_copy_region(struct pipe_context *pipe,
|
D | u_surface.c | 196 util_resource_copy_region(struct pipe_context *pipe, in util_resource_copy_region() function
|
D | u_blitter.c | 2507 util_resource_copy_region(pipe, dst, 0, dstx, 0, 0, src, 0, &box); in util_blitter_copy_buffer()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_surface.c | 137 sp->pipe.resource_copy_region = util_resource_copy_region; in sp_init_surface_functions()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 128 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in i915_surface_copy_render() 218 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in i915_surface_copy_blitter()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_clear_blit.c | 172 util_resource_copy_region(pctx, dst, dst_level, dstx, dsty, dstz, src, in etna_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_blitter.c | 371 util_resource_copy_region(pctx, in fd_resource_copy_region()
|
D | freedreno_resource.c | 222 util_resource_copy_region(pctx, in do_blit()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 557 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in r300_resource_copy_region() 656 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in r300_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_surface.c | 111 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in lp_resource_copy()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_context.cpp | 262 util_resource_copy_region( in swr_resource_copy()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_blit.c | 160 util_resource_copy_region(&svga->pipe, dst_tex, dst_level, dstx, in copy_region_fallback()
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_resource.c | 815 ctx->base.resource_copy_region = util_resource_copy_region; in lima_resource_context_init()
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_resource.c | 1163 pctx->resource_copy_region = util_resource_copy_region; in v3d_resource_context_init()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_resource.c | 1153 pctx->resource_copy_region = util_resource_copy_region; in vc4_resource_context_init()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 587 util_resource_copy_region(ctx, dst, 0, dstx, 0, 0, src, 0, src_box); in r600_copy_buffer()
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_resource.c | 1206 pctx->resource_copy_region = util_resource_copy_region; in panfrost_resource_context_init()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_buffer.c | 593 util_resource_copy_region(&nv->pipe, in nouveau_copy_buffer()
|