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 D | si_dma.c | 282 si_resource_copy_region(ctx, dst, dst_level, dstx, dsty, dstz,
|
| H A D | cik_sdma.c | 519 si_resource_copy_region(ctx, dst, dst_level, dstx, dsty, dstz,
|
| H A D | si_blit.c | 896 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 D | si_pipe.h | 1144 void si_resource_copy_region(struct pipe_context *ctx,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_blit.c | 362 si_resource_copy_region(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box);
|
| H A D | si_blit.c | 902 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 D | si_texture.c | 93 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 D | si_pipe.h | 1280 void si_resource_copy_region(struct pipe_context *ctx, struct pipe_resource *dst,
|
Completed in 18 milliseconds