Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_draw.c490 &call->info.resource_copy_region, f); in dd_dump_call()
607 pipe_resource_reference(&dst->info.resource_copy_region.dst, NULL); in dd_unreference_copy_of_call()
608 pipe_resource_reference(&dst->info.resource_copy_region.src, NULL); in dd_unreference_copy_of_call()
653 pipe_resource_reference(&dst->info.resource_copy_region.dst, in dd_copy_call()
654 src->info.resource_copy_region.dst); in dd_copy_call()
655 pipe_resource_reference(&dst->info.resource_copy_region.src, in dd_copy_call()
656 src->info.resource_copy_region.src); in dd_copy_call()
657 dst->info.resource_copy_region = src->info.resource_copy_region; in dd_copy_call()
1185 call.info.resource_copy_region.dst = dst; in dd_context_resource_copy_region()
1186 call.info.resource_copy_region.dst_level = dst_level; in dd_context_resource_copy_region()
[all …]
Ddd_pipe.h113 struct call_resource_copy_region resource_copy_region; member
/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()
Dr600_pipe.c201 rctx->b.b.resource_copy_region = rctx->b.dma_copy; in r600_create_context()
/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.c97 pipe->resource_copy_region = nv30_resource_copy_region; in nv30_resource_init()
/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/mesa3d/src/gallium/drivers/ilo/
Dilo_blit.c247 ilo->base.resource_copy_region = ilo_resource_copy_region; in ilo_init_blit_functions()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c235 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/include/pipe/
Dp_context.h385 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/mesa/state_tracker/
Dst_texture.c393 pipe->resource_copy_region(pipe, in st_texture_image_copy()
Dst_cb_bufferobjects.c518 pipe->resource_copy_region(pipe, dstObj->buffer, 0, writeOffset, 0, 0, in st_copy_buffer_subdata()
Dst_cb_copyimage.c499 pipe->resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in copy_image()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_pipe.c320 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/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/gallium/drivers/svga/
Dsvga_pipe_blit.c519 svga->pipe.resource_copy_region = svga_resource_copy_region; in svga_init_blit_functions()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c886 pipe->resource_copy_region(pipe, in rbug_resource_copy_region()
1263 rb_pipe->base.resource_copy_region = rbug_resource_copy_region; in rbug_context_create()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp488 ctx->pipe.resource_copy_region = swr_resource_copy; in swr_create_context()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blit.c448 pipe->resource_copy_region(pipe, in util_blit_pixels()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_buffer_common.c439 ctx->resource_copy_region(ctx, dst, 0, box->x, 0, 0, src, 0, &dma_box); in r600_buffer_do_flush_region()

12