Home
last modified time | relevance | path

Searched refs:resource_copy_region (Results 1 – 25 of 51) sorted by relevance

123

/external/mesa3d/src/gallium/drivers/r600/
Dcompute_memory_pool.c405 rctx->b.b.resource_copy_region(pipe, in compute_memory_promote_item()
459 rctx->b.b.resource_copy_region(pipe, in compute_memory_demote_item()
510 rctx->b.b.resource_copy_region(pipe, in compute_memory_move_item()
520 rctx->b.b.resource_copy_region(pipe, in compute_memory_move_item()
526 rctx->b.b.resource_copy_region(pipe, in compute_memory_move_item()
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_draw.c564 &call->info.resource_copy_region, f); in dd_dump_call()
639 pipe_resource_reference(&dst->info.resource_copy_region.dst, NULL); in dd_unreference_copy_of_call()
640 pipe_resource_reference(&dst->info.resource_copy_region.src, NULL); in dd_unreference_copy_of_call()
1258 record->call.info.resource_copy_region.dst = NULL; in dd_context_resource_copy_region()
1259 pipe_resource_reference(&record->call.info.resource_copy_region.dst, dst); in dd_context_resource_copy_region()
1260 record->call.info.resource_copy_region.dst_level = dst_level; in dd_context_resource_copy_region()
1261 record->call.info.resource_copy_region.dstx = dstx; in dd_context_resource_copy_region()
1262 record->call.info.resource_copy_region.dsty = dsty; in dd_context_resource_copy_region()
1263 record->call.info.resource_copy_region.dstz = dstz; in dd_context_resource_copy_region()
1264 record->call.info.resource_copy_region.src = NULL; in dd_context_resource_copy_region()
[all …]
Ddd_pipe.h175 struct call_resource_copy_region resource_copy_region; member
/external/mesa3d/src/gallium/drivers/r300/
Dr300_transfer.c59 ctx->resource_copy_region(ctx, dst, 0, 0, 0, 0, in r300_copy_from_tiled_texture()
94 ctx->resource_copy_region(ctx, tex, transfer->level, in r300_copy_into_tiled_texture()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_resource.c93 pipe->resource_copy_region = nv30_resource_copy_region; in nv30_resource_init()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h29 CALL(resource_copy_region)
Du_blit.c448 pipe->resource_copy_region(pipe, in util_blit_pixels()
/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.c405 i915->base.resource_copy_region = i915_surface_copy_blitter; in i915_init_surface_functions()
409 i915->base.resource_copy_region = i915_surface_copy_render; in i915_init_surface_functions()
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h280 void (*resource_copy_region)(struct pipe_context *pipe, member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c236 lp->pipe.resource_copy_region = lp_resource_copy; in llvmpipe_init_surface_functions()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dresource.cpp62 q.pipe->resource_copy_region(q.pipe, pipe, 0, p[0], p[1], p[2], in copy()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_clear_blit.c224 pctx->resource_copy_region = etna_resource_copy_region; in etna_clear_blit_init()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h409 void (*resource_copy_region)(struct pipe_context *pipe, member
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_st.c106 pipe->resource_copy_region(pipe, dst_ptex, 0, x, y, 0, in xmesa_st_framebuffer_copy_textures()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_pipe.c333 ctx->resource_copy_region = noop_resource_copy_region; in noop_create_context()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_context.c260 ctx->pipe->resource_copy_region(ctx->pipe, in xa_copy()
Dxa_tracker.c500 pipe->resource_copy_region(pipe, texture, in xa_surface_redefine()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_surface.c456 ctx->resource_copy_region(ctx, blit->dst.resource, blit->dst.level, in util_try_blit_via_copy_region()
/external/mesa3d/src/gallium/state_trackers/nine/
Dbuffer9.c309 pipe->resource_copy_region(pipe, This->base.resource, 0, 0, 0, 0, in NineBuffer9_Lock()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bufferobjects.c551 pipe->resource_copy_region(pipe, dstObj->buffer, 0, writeOffset, 0, 0, in st_copy_buffer_subdata()
Dst_texture.c396 pipe->resource_copy_region(pipe, in st_texture_image_copy()
Dst_cb_copyimage.c499 pipe->resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in copy_image()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c870 pipe->resource_copy_region(pipe, in rbug_resource_copy_region()
1248 rb_pipe->base.resource_copy_region = rbug_resource_copy_region; in rbug_context_create()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_buffer_common.c514 ctx->resource_copy_region(ctx, dst, 0, box->x, 0, 0, src, 0, &dma_box); in r600_buffer_do_flush_region()

123