Searched refs:resource_copy_region (Results 1 - 25 of 74) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_surface.c35 sp->pipe.resource_copy_region = util_resource_copy_region;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_surface.c35 sp->pipe.resource_copy_region = util_resource_copy_region;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_resource.c77 pipe->resource_copy_region = nv30_resource_copy_region;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_resource.c77 pipe->resource_copy_region = nv30_resource_copy_region;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_staging.c97 pipe->resource_copy_region(pipe, tx->staging_resource, 0, 0, 0, 0,
123 pipe->resource_copy_region(pipe, tx->base.resource, tx->base.level, tx->base.box.x, tx->base.box.y, tx->base.box.z + zi,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_staging.c97 pipe->resource_copy_region(pipe, tx->staging_resource, 0, 0, 0, 0,
123 pipe->resource_copy_region(pipe, tx->base.resource, tx->base.level, tx->base.box.x, tx->base.box.y, tx->base.box.z + zi,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c156 svga->pipe.resource_copy_region = svga_surface_copy;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c156 svga->pipe.resource_copy_region = svga_surface_copy;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_transfer.c57 ctx->resource_copy_region(ctx, &r300transfer->linear_texture->b.b, 0,
71 ctx->resource_copy_region(ctx, tex, transfer->level,
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_transfer.c57 ctx->resource_copy_region(ctx, &r300transfer->linear_texture->b.b, 0,
71 ctx->resource_copy_region(ctx, tex, transfer->level,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c178 lp->pipe.resource_copy_region = lp_resource_copy;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c178 lp->pipe.resource_copy_region = lp_resource_copy;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_surface.c320 i915->base.resource_copy_region = i915_surface_copy_blitter;
324 i915->base.resource_copy_region = i915_surface_copy_render;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Dnative_helper.c281 pipe->resource_copy_region(pipe, ftex, 0, 0, 0, 0,
400 pipe->resource_copy_region(pipe, dst, 0, 0, 0, 0, src, 0, &src_box);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c320 i915->base.resource_copy_region = i915_surface_copy_blitter;
324 i915->base.resource_copy_region = i915_surface_copy_render;
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative_helper.c281 pipe->resource_copy_region(pipe, ftex, 0, 0, 0, 0,
400 pipe->resource_copy_region(pipe, dst, 0, 0, 0, 0, src, 0, &src_box);
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_context.h292 void (*resource_copy_region)(struct pipe_context *pipe, member in struct:pipe_context
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dresource.cpp60 q.pipe->resource_copy_region(q.pipe, pipe, 0, p[0], p[1], p[2],
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_exa.c503 exa->pipe->resource_copy_region( exa->pipe,
509 exa->pipe->resource_copy_region( exa->pipe,
516 exa->pipe->resource_copy_region( exa->pipe,
890 exa->pipe->resource_copy_region(exa->pipe, texture,
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.c372 pipe->resource_copy_region(pipe, dstObj->buffer, 0, writeOffset, 0, 0,
/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h292 void (*resource_copy_region)(struct pipe_context *pipe, member in struct:pipe_context
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dresource.cpp60 q.pipe->resource_copy_region(q.pipe, pipe, 0, p[0], p[1], p[2],
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_exa.c503 exa->pipe->resource_copy_region( exa->pipe,
509 exa->pipe->resource_copy_region( exa->pipe,
516 exa->pipe->resource_copy_region( exa->pipe,
890 exa->pipe->resource_copy_region(exa->pipe, texture,
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.c372 pipe->resource_copy_region(pipe, dstObj->buffer, 0, writeOffset, 0, 0,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
H A Dnoop_pipe.c270 ctx->resource_copy_region = noop_resource_copy_region;

Completed in 483 milliseconds

123