Lines Matching refs:srcPitch2
247 int srcPitch, srcPitch2, dstPitch, dstPitch2 = 0;
256 s2offset = s3offset = srcPitch2 = 0;
318 srcPitch2 = RADEON_ALIGN(width >> 1, 4);
332 srcPitch2 = 0;
426 s3offset = s2offset + (srcPitch2 * ((height + 1) >> 1));
427 s2offset += ((top >> 1) * srcPitch2);
428 s3offset += ((top >> 1) * srcPitch2);
437 srcPitch, srcPitch2, dstPitch, nlines, width);
451 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1);
453 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1);
458 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1);
460 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1);