HomeSort by relevance Sort by last modified time
    Searched refs:resource_copy_region (Results 1 - 25 of 44) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_resource.c 97 pipe->resource_copy_region = nv30_resource_copy_region;
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_draw.c 490 &call->info.resource_copy_region, f);
607 pipe_resource_reference(&dst->info.resource_copy_region.dst, NULL);
608 pipe_resource_reference(&dst->info.resource_copy_region.src, NULL);
653 pipe_resource_reference(&dst->info.resource_copy_region.dst,
654 src->info.resource_copy_region.dst);
655 pipe_resource_reference(&dst->info.resource_copy_region.src,
656 src->info.resource_copy_region.src);
657 dst->info.resource_copy_region = src->info.resource_copy_region;
    [all...]
dd_pipe.h 113 struct call_resource_copy_region resource_copy_region; member in union:dd_call::__anon27614
  /external/mesa3d/src/gallium/drivers/r300/
r300_transfer.c 59 ctx->resource_copy_region(ctx, dst, 0, 0, 0, 0,
94 ctx->resource_copy_region(ctx, tex, transfer->level,
  /external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.c 405 rctx->b.b.resource_copy_region(pipe,
459 rctx->b.b.resource_copy_region(pipe,
510 rctx->b.b.resource_copy_region(pipe,
520 rctx->b.b.resource_copy_region(pipe,
526 rctx->b.b.resource_copy_region(pipe,
r600_pipe.c 201 rctx->b.b.resource_copy_region = rctx->b.dma_copy;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_surface.c 137 sp->pipe.resource_copy_region = util_resource_copy_region;
  /external/mesa3d/src/gallium/drivers/i915/
i915_surface.c 405 i915->base.resource_copy_region = i915_surface_copy_blitter;
409 i915->base.resource_copy_region = i915_surface_copy_render;
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_blit.c 247 ilo->base.resource_copy_region = ilo_resource_copy_region;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_surface.c 235 lp->pipe.resource_copy_region = lp_resource_copy;
  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.cpp 62 q.pipe->resource_copy_region(q.pipe, pipe, 0, p[0], p[1], p[2],
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 385 void (*resource_copy_region)(struct pipe_context *pipe, member in struct:pipe_context
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_st.c 106 pipe->resource_copy_region(pipe, dst_ptex, 0, x, y, 0,
  /external/mesa3d/src/mesa/state_tracker/
st_texture.c 393 pipe->resource_copy_region(pipe,
st_cb_bufferobjects.c 518 pipe->resource_copy_region(pipe, dstObj->buffer, 0, writeOffset, 0, 0,
st_cb_copyimage.c 499 pipe->resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz,
  /external/mesa3d/src/gallium/drivers/noop/
noop_pipe.c 320 ctx->resource_copy_region = noop_resource_copy_region;
  /external/mesa3d/src/gallium/state_trackers/nine/
buffer9.c 309 pipe->resource_copy_region(pipe, This->base.resource, 0, 0, 0, 0,
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.c 260 ctx->pipe->resource_copy_region(ctx->pipe,
xa_tracker.c 500 pipe->resource_copy_region(pipe, texture,
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 448 pipe->resource_copy_region(pipe,
  /external/mesa3d/src/gallium/drivers/radeon/
r600_buffer_common.c 439 ctx->resource_copy_region(ctx, dst, 0, box->x, 0, 0, src, 0, &dma_box);
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blit.c 519 svga->pipe.resource_copy_region = svga_resource_copy_region;
  /external/mesa3d/src/gallium/drivers/swr/
swr_context.cpp 488 ctx->pipe.resource_copy_region = swr_resource_copy;
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 886 pipe->resource_copy_region(pipe,
    [all...]

Completed in 814 milliseconds

1 2