Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/auxiliary/util/
Du_staging.c97 pipe->resource_copy_region(pipe, tx->staging_resource, 0, 0, 0, 0, in util_staging_transfer_init()
123 …pipe->resource_copy_region(pipe, tx->base.resource, tx->base.level, tx->base.box.x, tx->base.box.y… in util_staging_transfer_destroy()
Du_blit.c502 pipe->resource_copy_region(pipe, in util_blit_pixels()
586 pipe->resource_copy_region(pipe, in util_blit_pixels()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_surface.c35 sp->pipe.resource_copy_region = util_resource_copy_region; in sp_init_surface_functions()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_resource.c77 pipe->resource_copy_region = nv30_resource_copy_region; in nv30_resource_init()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_transfer.c57 ctx->resource_copy_region(ctx, &r300transfer->linear_texture->b.b, 0, in r300_copy_from_tiled_texture()
71 ctx->resource_copy_region(ctx, tex, transfer->level, in r300_copy_into_tiled_texture()
Dr300_blit.c594 r300->context.resource_copy_region = r300_resource_copy_region; in r300_init_blit_functions()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blit.c156 svga->pipe.resource_copy_region = svga_surface_copy; in svga_init_blit_functions()
/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c320 i915->base.resource_copy_region = i915_surface_copy_blitter; in i915_init_surface_functions()
324 i915->base.resource_copy_region = i915_surface_copy_render; in i915_init_surface_functions()
/external/mesa3d/src/gallium/state_trackers/egl/common/
Dnative_helper.c281 pipe->resource_copy_region(pipe, ftex, 0, 0, 0, 0, in resource_surface_copy_swap()
400 pipe->resource_copy_region(pipe, dst, 0, 0, 0, 0, src, 0, &src_box); in native_display_copy_to_pixmap()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c178 lp->pipe.resource_copy_region = lp_resource_copy; in llvmpipe_init_surface_functions()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_exa.c503 exa->pipe->resource_copy_region( exa->pipe, in ExaCopy()
509 exa->pipe->resource_copy_region( exa->pipe, in ExaCopy()
516 exa->pipe->resource_copy_region( exa->pipe, in ExaCopy()
890 exa->pipe->resource_copy_region(exa->pipe, texture, in ExaModifyPixmapHeader()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h292 void (*resource_copy_region)(struct pipe_context *pipe, member
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dresource.cpp60 q.pipe->resource_copy_region(q.pipe, pipe, 0, p[0], p[1], p[2], in copy()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bufferobjects.c372 pipe->resource_copy_region(pipe, dstObj->buffer, 0, writeOffset, 0, 0, in st_copy_buffer_subdata()
Dst_texture.c405 pipe->resource_copy_region(pipe, in st_texture_image_copy()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c40 ctx->resource_copy_region(ctx, &rtransfer->staging->b.b, in r600_copy_to_staging_texture()
55 ctx->resource_copy_region(ctx, texture, transfer->level, in r600_copy_from_staging_texture()
720 ctx->resource_copy_region(ctx, texture, transfer->level, in r600_texture_transfer_destroy()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_texture.c45 ctx->resource_copy_region(ctx, rtransfer->staging_texture, in r600_copy_to_staging_texture()
63 ctx->resource_copy_region(ctx, texture, transfer->level, in r600_copy_from_staging_texture()
Dr600_blit.c382 rctx->context.resource_copy_region = r600_resource_copy_region; in si_init_blit_functions()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_pipe.c270 ctx->resource_copy_region = noop_resource_copy_region; in noop_create_context()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_st.c105 pipe->resource_copy_region(pipe, dst_ptex, 0, x, y, 0, in xmesa_st_framebuffer_copy_textures()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_context.c713 pipe->resource_copy_region(pipe, in galahad_context_resource_copy_region()
1056 GLHD_PIPE_INIT(resource_copy_region); in galahad_context_create()
/external/mesa3d/src/gallium/drivers/identity/
Did_context.c624 pipe->resource_copy_region(pipe, in identity_resource_copy_region()
925 id_pipe->base.resource_copy_region = identity_resource_copy_region; in identity_context_create()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tracker.c408 pipe->resource_copy_region(pipe, texture, in xa_surface_redefine()
Dxa_context.c245 ctx->pipe->resource_copy_region(ctx->pipe, in xa_copy()
/external/mesa3d/src/gallium/state_trackers/vega/
Dvg_context.c328 pipe->resource_copy_region(pipe, in vg_context_update_surface_mask_view()

12