| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_dma_cs.c | 71 unsigned i, ncopy, csize; local in function:si_sdma_clear_buffer 92 ncopy = DIV_ROUND_UP(size, SI_DMA_COPY_MAX_DWORD_ALIGNED_SIZE); 93 si_need_dma_space(sctx, ncopy * 4, sdst, NULL); 95 for (i = 0; i < ncopy; i++) { 110 ncopy = DIV_ROUND_UP(size, CIK_SDMA_COPY_MAX_SIZE); 111 si_need_dma_space(sctx, ncopy * 5, sdst, NULL); 113 for (i = 0; i < ncopy; i++) {
|
| H A D | si_dma.c | 39 unsigned i, ncopy, count, max_size, sub_cmd, shift; local in function:si_dma_copy_buffer 63 ncopy = DIV_ROUND_UP(size, max_size); 64 si_need_dma_space(ctx, ncopy * 5, sdst, ssrc); 66 for (i = 0; i < ncopy; i++) { 108 unsigned ncopy, height, cheight, i; local in function:si_dma_copy_tile 154 ncopy = DIV_ROUND_UP(size, SI_DMA_COPY_MAX_DWORD_ALIGNED_SIZE); 155 si_need_dma_space(ctx, ncopy * 9, &sdst->buffer, &ssrc->buffer); 157 for (i = 0; i < ncopy; i++) {
|
| H A D | cik_sdma.c | 37 unsigned i, ncopy, csize; local in function:cik_sdma_copy_buffer 50 ncopy = DIV_ROUND_UP(size, CIK_SDMA_COPY_MAX_SIZE); 51 si_need_dma_space(ctx, ncopy * 7, sdst, ssrc); 53 for (i = 0; i < ncopy; i++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | evergreen_hw_context.c | 39 unsigned i, ncopy, csize, sub_cmd, shift; local in function:evergreen_dma_copy_buffer 61 ncopy = (size / EG_DMA_COPY_MAX_SIZE) + !!(size % EG_DMA_COPY_MAX_SIZE); 63 r600_need_dma_space(&rctx->b, ncopy * 5, rdst, rsrc); 64 for (i = 0; i < ncopy; i++) {
|
| H A D | r600_hw_context.c | 588 unsigned i, ncopy, csize; local in function:r600_dma_copy_buffer 599 ncopy = (size / R600_DMA_COPY_MAX_SIZE_DW) + !!(size % R600_DMA_COPY_MAX_SIZE_DW); 601 r600_need_dma_space(&rctx->b, ncopy * 5, rdst, rsrc); 602 for (i = 0; i < ncopy; i++) {
|
| H A D | r600_state.c | 2862 unsigned ncopy, height, cheight, detile, i, x, y, z, src_mode, dst_mode; local in function:r600_dma_copy_tile 2921 ncopy = (copy_height / cheight) + !!(copy_height % cheight); 2922 r600_need_dma_space(&rctx->b, ncopy * 7, &rdst->resource, &rsrc->resource); 2924 for (i = 0; i < ncopy; i++) {
|
| H A D | evergreen_state.c | 3775 unsigned ncopy, height, cheight, detile, i, x, y, z, src_mode, dst_mode; local in function:evergreen_dma_copy_tile 3846 ncopy = (size / EG_DMA_COPY_MAX_SIZE) + !!(size % EG_DMA_COPY_MAX_SIZE); 3847 r600_need_dma_space(&rctx->b, ncopy * 9, &rdst->resource, &rsrc->resource); 3849 for (i = 0; i < ncopy; i++) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | evergreen_hw_context.c | 39 unsigned i, ncopy, csize, sub_cmd, shift; local in function:evergreen_dma_copy_buffer 61 ncopy = (size / EG_DMA_COPY_MAX_SIZE) + !!(size % EG_DMA_COPY_MAX_SIZE); 63 r600_need_dma_space(&rctx->b, ncopy * 5, rdst, rsrc); 64 for (i = 0; i < ncopy; i++) {
|
| H A D | r600_hw_context.c | 588 unsigned i, ncopy, csize; local in function:r600_dma_copy_buffer 599 ncopy = (size / R600_DMA_COPY_MAX_SIZE_DW) + !!(size % R600_DMA_COPY_MAX_SIZE_DW); 601 r600_need_dma_space(&rctx->b, ncopy * 5, rdst, rsrc); 602 for (i = 0; i < ncopy; i++) {
|
| H A D | r600_state.c | 2866 unsigned ncopy, height, cheight, detile, i, x, y, z, src_mode, dst_mode; local in function:r600_dma_copy_tile 2925 ncopy = (copy_height / cheight) + !!(copy_height % cheight); 2926 r600_need_dma_space(&rctx->b, ncopy * 7, &rdst->resource, &rsrc->resource); 2928 for (i = 0; i < ncopy; i++) {
|
| H A D | evergreen_state.c | 3788 unsigned ncopy, height, cheight, detile, i, x, y, z, src_mode, dst_mode; local in function:evergreen_dma_copy_tile 3859 ncopy = (size / EG_DMA_COPY_MAX_SIZE) + !!(size % EG_DMA_COPY_MAX_SIZE); 3860 r600_need_dma_space(&rctx->b, ncopy * 9, &rdst->resource, &rsrc->resource); 3862 for (i = 0; i < ncopy; i++) {
|