Searched refs:util_resource_copy_region (Results 1 – 17 of 17) sorted by relevance
/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 | 251 util_resource_copy_region(struct pipe_context *pipe, in util_resource_copy_region() function
|
D | u_blitter.c | 2349 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/llvmpipe/ |
D | lp_surface.c | 59 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in lp_resource_copy()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_clear_blit.c | 134 util_resource_copy_region(pctx, dst, dst_level, dstx, dsty, dstz, src, in etna_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 555 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in r300_resource_copy_region() 652 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in r300_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_resource.c | 128 util_resource_copy_region(&ctx->base, in do_blit() 998 util_resource_copy_region(pctx, in fd_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_resource.c | 794 pctx->resource_copy_region = util_resource_copy_region; in vc5_resource_context_init()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_blit.c | 140 util_resource_copy_region(&svga->pipe, dst_tex, dst_level, dstx, in copy_region_fallback()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_context.cpp | 262 util_resource_copy_region( in swr_resource_copy()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_buffer.c | 590 util_resource_copy_region(&nv->pipe, in nouveau_copy_buffer()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 585 util_resource_copy_region(ctx, dst, 0, dstx, 0, 0, src, 0, src_box); in r600_copy_buffer()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_resource.c | 1225 pctx->resource_copy_region = util_resource_copy_region; in vc4_resource_context_init()
|