Searched refs:r600_need_dma_space (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_hw_context.c | 63 r600_need_dma_space(&rctx->b, ncopy * 5, rdst, rsrc); in evergreen_dma_copy_buffer()
|
H A D | r600_hw_context.c | 600 r600_need_dma_space(&rctx->b, ncopy * 5, rdst, rsrc); in r600_dma_copy_buffer()
|
H A D | r600_pipe_common.h | 705 void r600_need_dma_space(struct r600_common_context *ctx, unsigned num_dw,
|
H A D | r600_pipe_common.c | 228 void r600_need_dma_space(struct r600_common_context *ctx, unsigned num_dw, in r600_need_dma_space() function
|
H A D | r600_state.c | 2929 r600_need_dma_space(&rctx->b, ncopy * 7, &rdst->resource, &rsrc->resource); in r600_dma_copy_tile()
|
H A D | evergreen_state.c | 3855 r600_need_dma_space(&rctx->b, ncopy * 9, &rdst->resource, &rsrc->resource); in evergreen_dma_copy_tile()
|
Completed in 20 milliseconds