Lines Matching defs:ncopy
2824 unsigned ncopy, height, cheight, detile, i, x, y, z, src_mode, dst_mode;
2883 ncopy = (copy_height / cheight) + !!(copy_height % cheight);
2884 r600_need_dma_space(&rctx->b, ncopy * 7, &rdst->resource, &rsrc->resource);
2886 for (i = 0; i < ncopy; i++) {