Lines Matching defs:ncopy
3356 unsigned ncopy, height, cheight, detile, i, x, y, z, src_mode, dst_mode;
3427 ncopy = (size / EG_DMA_COPY_MAX_SIZE) + !!(size % EG_DMA_COPY_MAX_SIZE);
3428 r600_need_dma_space(&rctx->b, ncopy * 9, &rdst->resource, &rsrc->resource);
3430 for (i = 0; i < ncopy; i++) {