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

123

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blit.c502 pipe->resource_copy_region(pipe,
586 pipe->resource_copy_region(pipe,
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/galahad/
H A Dglhd_context.c713 pipe->resource_copy_region(pipe,
1056 GLHD_PIPE_INIT(resource_copy_region);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_resource_texture.c773 pipe->resource_copy_region(pipe, itransfer->b.resource, itransfer->b.level,
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/drivers/identity/
H A Did_context.c624 pipe->resource_copy_region(pipe,
925 id_pipe->base.resource_copy_region = identity_resource_copy_region;
/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/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
H A Dnoop_pipe.c270 ctx->resource_copy_region = noop_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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_surface.c985 pipe->resource_copy_region = nv50_resource_copy_region;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_surface.c1078 pipe->resource_copy_region = nvc0_resource_copy_region;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_blit.c594 r300->context.resource_copy_region = r300_resource_copy_region;
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/r600/
H A Dr600_blit.c795 rctx->context.resource_copy_region = r600_resource_copy_region;
H A Dr600_texture.c40 ctx->resource_copy_region(ctx, &rtransfer->staging->b.b,
55 ctx->resource_copy_region(ctx, texture, transfer->level,
720 ctx->resource_copy_region(ctx, texture, transfer->level,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_blit.c382 rctx->context.resource_copy_region = r600_resource_copy_region;
H A Dr600_texture.c45 ctx->resource_copy_region(ctx, rtransfer->staging_texture,
63 ctx->resource_copy_region(ctx, texture, transfer->level,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_context.c861 pipe->resource_copy_region(pipe,
1211 rb_pipe->base.resource_copy_region = rbug_resource_copy_region;
/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
H A Dtr_context.c1209 trace_dump_call_begin("pipe_context", "resource_copy_region");
1221 pipe->resource_copy_region(pipe,
1639 TR_CTX_INIT(resource_copy_region);
/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/d3d1x/dxgi/src/
H A Ddxgi_native.cpp1220 pipe->resource_copy_region(pipe, dst, 0, rect.left, rect.top, 0, src, 0, &box);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h1559 pipe->resource_copy_region(pipe,
1583 pipe->resource_copy_region(pipe,

Completed in 495 milliseconds

123