Home
last modified time | relevance | path

Searched refs:util_resource_copy_region (Results 1 – 20 of 20) 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.c196 util_resource_copy_region(struct pipe_context *pipe, in util_resource_copy_region() function
Du_blitter.c2507 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/etnaviv/
Detnaviv_clear_blit.c172 util_resource_copy_region(pctx, dst, dst_level, dstx, dsty, dstz, src, in etna_resource_copy_region()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_blitter.c371 util_resource_copy_region(pctx, in fd_resource_copy_region()
Dfreedreno_resource.c222 util_resource_copy_region(pctx, in do_blit()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c557 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/
Dlp_surface.c111 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in lp_resource_copy()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp262 util_resource_copy_region( in swr_resource_copy()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blit.c160 util_resource_copy_region(&svga->pipe, dst_tex, dst_level, dstx, in copy_region_fallback()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_resource.c815 ctx->base.resource_copy_region = util_resource_copy_region; in lima_resource_context_init()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c1163 pctx->resource_copy_region = util_resource_copy_region; in v3d_resource_context_init()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c1153 pctx->resource_copy_region = util_resource_copy_region; in vc4_resource_context_init()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c587 util_resource_copy_region(ctx, dst, 0, dstx, 0, 0, src, 0, src_box); in r600_copy_buffer()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c1206 pctx->resource_copy_region = util_resource_copy_region; in panfrost_resource_context_init()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.c593 util_resource_copy_region(&nv->pipe, in nouveau_copy_buffer()