Lines Matching defs:srcPitch2
233 int srcPitch, srcPitch2, dstPitch, dstPitch2 = 0;
245 s2offset = s3offset = srcPitch2 = 0;
290 srcPitch2 = RADEON_ALIGN(width >> 1, 4);
304 srcPitch2 = 0;
373 s3offset = s2offset + (srcPitch2 * ((height + 1) >> 1));
374 s2offset += ((top >> 1) * srcPitch2);
375 s3offset += ((top >> 1) * srcPitch2);
384 srcPitch, srcPitch2, dstPitch, nlines, width);
398 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1);
400 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1);
405 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1);
407 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1);