Searched refs:ncopy (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_dma_cs.c71 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 Dsi_dma.c39 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 Dcik_sdma.c37 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 Devergreen_hw_context.c39 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 Dr600_hw_context.c588 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 Dr600_state.c2862 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 Devergreen_state.c3775 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 Devergreen_hw_context.c39 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 Dr600_hw_context.c588 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 Dr600_state.c2866 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 Devergreen_state.c3788 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++) {

Completed in 28 milliseconds