Lines Matching refs:s2offset
234 int s2offset, s3offset, tmp;
245 s2offset = s3offset = srcPitch2 = 0;
372 s2offset = srcPitch * (RADEON_ALIGN(height, 2));
373 s3offset = s2offset + (srcPitch2 * ((height + 1) >> 1));
374 s2offset += ((top >> 1) * srcPitch2);
378 tmp = s2offset;
379 s2offset = s3offset;
383 buf + s2offset, buf + s3offset, pPriv->src_addr + (top * dstPitch),
387 tmp = s2offset;
388 s2offset = s3offset;
397 R600CopyData(pScrn, buf + s2offset, pPriv->src_addr + d2line,
404 RADEONCopyData(pScrn, buf + s2offset, pPriv->src_addr + d2line,