Home
last modified time | relevance | path

Searched refs:util_resource_copy_region (Results 1 – 17 of 17) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/util/
Du_surface.h77 util_resource_copy_region(struct pipe_context *pipe,
Du_surface.c246 util_resource_copy_region(struct pipe_context *pipe, in util_resource_copy_region() function
/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.h77 util_resource_copy_region(struct pipe_context *pipe,
Du_surface.c251 util_resource_copy_region(struct pipe_context *pipe, in util_resource_copy_region() function
Du_blitter.c2349 util_resource_copy_region(pipe, dst, 0, dstx, 0, 0, src, 0, &box); in util_blitter_copy_buffer()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_surface.c137 sp->pipe.resource_copy_region = util_resource_copy_region; in sp_init_surface_functions()
/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c128 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/
Dlp_surface.c59 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in lp_resource_copy()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_clear_blit.c134 util_resource_copy_region(pctx, dst, dst_level, dstx, dsty, dstz, src, in etna_resource_copy_region()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c555 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/
Dfreedreno_resource.c128 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/
Dvc5_resource.c794 pctx->resource_copy_region = util_resource_copy_region; in vc5_resource_context_init()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blit.c140 util_resource_copy_region(&svga->pipe, dst_tex, dst_level, dstx, in copy_region_fallback()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp262 util_resource_copy_region( in swr_resource_copy()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.c590 util_resource_copy_region(&nv->pipe, in nouveau_copy_buffer()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c585 util_resource_copy_region(ctx, dst, 0, dstx, 0, 0, src, 0, src_box); in r600_copy_buffer()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c1225 pctx->resource_copy_region = util_resource_copy_region; in vc4_resource_context_init()