Lines Matching refs:lines
257 const int lines = (h > 2047) ? 2047 : h;
261 if (nouveau_exa_scratch(pNv, lines * tmp_pitch,
265 if (!NVAccelM2MF(pNv, w, lines, cpp, 0, tmp_offset,
269 lines, 0, 0))
274 memcpy(dst, tmp->map + tmp_offset, dst_pitch * lines);
275 dst += dst_pitch * lines;
278 for (i = 0; i < lines; i++) {
286 h -= lines;
287 y += lines;
342 const int lines = (h > 2047) ? 2047 : h;
346 if (nouveau_exa_scratch(pNv, lines * tmp_pitch,
351 memcpy(tmp->map + tmp_offset, src, src_pitch * lines);
352 src += src_pitch * lines;
355 for (i = 0; i < lines; i++) {
362 if (!NVAccelM2MF(pNv, w, lines, cpp, tmp_offset, 0, tmp,
363 NOUVEAU_BO_GART, tmp_pitch, lines, 0, 0,
369 h -= lines;
370 y += lines;