Searched refs:d2line (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_video.c859 int d1line, d2line, d3line, d1offset, d2offset, d3offset; local in function:R128PutImage
889 * d1line, d2line, d3line - byte offsets within the destination to the
965 d2line = (height * dstPitch) + ((top >> 1) * (dstPitch >> 1));
966 d3line = d2line + ((height >> 1) * (dstPitch >> 1));
971 d2offset = d2line + (left >> 1) + offset;
994 d2line = 0;
1023 offset + d1line, offset + d2line, offset + d3line,
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_textured_video.c249 int d2line, d3line; local in function:RADEONPutImageTextured
444 d2line = pPriv->planeu_offset + ((top >> 1) * dstPitch2);
450 R600CopyData(pScrn, buf + s2offset, pPriv->src_addr + d2line,
457 RADEONCopyData(pScrn, buf + s2offset, pPriv->src_addr + d2line,
H A Dradeon_video.c2911 int d2line, d3line; local in function:RADEONPutImage
2931 d2line = d3line = 0;
3063 d2line = (height * dstPitch);
3064 d3line = d2line + ((height + 1) >> 1) * (dstPitch >> 1);
3066 d2line += (top >> 1) * (dstPitch >> 1) - (top * dstPitch);
3075 RADEONCopyData(pScrn, buf + s2offset, dst_start + d2line + (left >> 1),
3137 offset + d2line, offset + d3line, offset, offset + d2line,
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_textured_video.c235 int d2line, d3line; local in function:RADEONPutImageTextured
391 d2line = pPriv->planeu_offset + ((top >> 1) * dstPitch2);
397 R600CopyData(pScrn, buf + s2offset, pPriv->src_addr + d2line,
404 RADEONCopyData(pScrn, buf + s2offset, pPriv->src_addr + d2line,

Completed in 12 milliseconds