Searched refs:si_need_dma_space (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | cik_sdma.c | 50 si_need_dma_space(&ctx->b, ncopy * 7, rdst, rsrc); in cik_sdma_copy_buffer() 95 si_need_dma_space(&sctx->b, ncopy * 5, rdst, NULL); in cik_sdma_clear_buffer() 235 si_need_dma_space(&sctx->b, 13, &rdst->resource, &rsrc->resource); in cik_sdma_copy_texture() 398 si_need_dma_space(&sctx->b, 14, &rdst->resource, &rsrc->resource); in cik_sdma_copy_texture() 492 si_need_dma_space(&sctx->b, 15, &rdst->resource, &rsrc->resource); in cik_sdma_copy_texture()
|
D | si_dma.c | 62 si_need_dma_space(&ctx->b, ncopy * 5, rdst, rsrc); in si_dma_copy_buffer() 104 si_need_dma_space(&sctx->b, ncopy * 4, rdst, NULL); in si_dma_clear_buffer() 193 si_need_dma_space(&ctx->b, ncopy * 9, &rdst->resource, &rsrc->resource); in si_dma_copy_tile()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_pipe_common.h | 565 void si_need_dma_space(struct r600_common_context *ctx, unsigned num_dw,
|
D | r600_pipe_common.c | 169 void si_need_dma_space(struct r600_common_context *ctx, unsigned num_dw, in si_need_dma_space() function
|