Searched refs:dma_copy (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_test_dma.c | 363 rctx->dma_copy(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box); in r600_test_dma()
|
D | r600_blit.c | 935 rctx->b.dma_copy && in r600_blit() 937 rctx->b.dma_copy(ctx, info->dst.resource, info->dst.level, in r600_blit()
|
D | r600_pipe_common.h | 582 void (*dma_copy)(struct pipe_context *ctx, member
|
D | r600_buffer_common.c | 454 rctx->dma_copy(ctx, &staging->b.b, 0, in r600_buffer_transfer_map()
|
D | r600_texture.c | 147 rctx->dma_copy(ctx, dst, 0, 0, 0, 0, src, transfer->level, in r600_copy_to_staging_texture() 169 rctx->dma_copy(ctx, dst, transfer->level, in r600_copy_from_staging_texture() 397 rctx->dma_copy(&rctx->b, &new_tex->resource.b.b, i, 0, 0, 0, in r600_reallocate_texture_inplace()
|
D | r600_pipe.c | 225 rctx->b.b.resource_copy_region = rctx->b.dma_copy; in r600_create_context()
|
D | r600_state.c | 3113 rctx->b.dma_copy = r600_dma_copy; in r600_init_state_functions()
|
D | evergreen_state.c | 4507 rctx->b.dma_copy = evergreen_dma_copy; in evergreen_init_state_functions()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 3944 - radeonsi: init sctx->dma_copy before using it
|