Searched refs:si_resource_copy_region (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_dma.c282 si_resource_copy_region(ctx, dst, dst_level, dstx, dsty, dstz,
H A Dcik_sdma.c519 si_resource_copy_region(ctx, dst, dst_level, dstx, dsty, dstz,
H A Dsi_blit.c896 void si_resource_copy_region(struct pipe_context *ctx, function in typeref:typename:void
1372 sctx->b.resource_copy_region = si_resource_copy_region;
H A Dsi_pipe.h1144 void si_resource_copy_region(struct pipe_context *ctx,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_blit.c362 si_resource_copy_region(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box);
H A Dsi_blit.c902 void si_resource_copy_region(struct pipe_context *ctx, struct pipe_resource *dst, function in typeref:typename:void
1276 si_resource_copy_region(ctx, info->dst.resource, info->dst.level,
1413 sctx->b.resource_copy_region = si_resource_copy_region;
H A Dsi_texture.c93 si_resource_copy_region(ctx, dst, 0, 0, 0, 0, src, transfer->level, &transfer->box);
117 si_resource_copy_region(ctx, dst, transfer->level, transfer->box.x, transfer->box.y,
449 si_resource_copy_region(&sctx->b, &new_tex->buffer.b.b,
H A Dsi_pipe.h1280 void si_resource_copy_region(struct pipe_context *ctx, struct pipe_resource *dst,

Completed in 18 milliseconds