HomeSort by: relevance | last modified time | path
    Searched refs:d3line (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_video.c 853 int d1line, d2line, d3line, d1offset, d2offset, d3offset; local
883 * d1line, d2line, d3line - byte offsets within the destination to the
960 d3line = d2line + ((height >> 1) * (dstPitch >> 1));
966 d3offset = d3line + (left >> 1) + offset;
989 d3line = 0;
1017 offset + d1line, offset + d2line, offset + d3line,
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_textured_video.c 249 int d2line, d3line; local
445 d3line = pPriv->planev_offset + ((top >> 1) * dstPitch2);
452 R600CopyData(pScrn, buf + s3offset, pPriv->src_addr + d3line,
459 RADEONCopyData(pScrn, buf + s3offset, pPriv->src_addr + d3line,
radeon_video.c 2913 int d2line, d3line; local
2933 d2line = d3line = 0;
3066 d3line = d2line + ((height + 1) >> 1) * (dstPitch >> 1);
3069 d3line += (top >> 1) * (dstPitch >> 1) - (top * dstPitch);
3079 RADEONCopyData(pScrn, buf + s3offset, dst_start + d3line + (left >> 1),
3139 offset + d2line, offset + d3line, offset, offset + d2line,
3140 offset + d3line, width, height, dstPitch, xa, xb, ya,
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_textured_video.c 235 int d2line, d3line; local
392 d3line = pPriv->planev_offset + ((top >> 1) * dstPitch2);
399 R600CopyData(pScrn, buf + s3offset, pPriv->src_addr + d3line,
406 RADEONCopyData(pScrn, buf + s3offset, pPriv->src_addr + d3line,

Completed in 8 milliseconds