Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blit.c156 util_resource_copy_region(pipe, dst_tex, dst_level, dstx, in svga_resource_copy_region()
186 util_resource_copy_region(pipe, dst_tex, dst_level, dstx, dsty, dstz, in svga_resource_copy_region()
204 util_resource_copy_region(pipe, dst_tex, dst_level, dstx, dsty, dstz, in svga_resource_copy_region()
359 util_resource_copy_region(pipe, blit.dst.resource, in svga_blit()
/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.c2200 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/ilo/
Dilo_blit.c55 util_resource_copy_region(&ilo->base, dst, dst_level, in ilo_resource_copy_region()
/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/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.c121 util_resource_copy_region(&ctx->base, in do_blit()
986 util_resource_copy_region(pctx, in fd_resource_copy_region()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp263 util_resource_copy_region( in swr_resource_copy()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_clear_blit.c305 util_resource_copy_region(pctx, dst, dst_level, dstx, dsty, dstz, src, in etna_resource_copy_region()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c1038 pctx->resource_copy_region = util_resource_copy_region; in vc4_resource_context_init()
/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.c522 util_resource_copy_region(ctx, dst, 0, dstx, 0, 0, src, 0, src_box); in r600_copy_buffer()