Searched refs:d3line (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
966 d3line = d2line + ((height >> 1) * (dstPitch >> 1));
972 d3offset = d3line + (left >> 1) + offset;
995 d3line = 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
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,
H A Dradeon_video.c2911 int d2line, d3line; local in function:RADEONPutImage
2931 d2line = d3line = 0;
3064 d3line = d2line + ((height + 1) >> 1) * (dstPitch >> 1);
3067 d3line += (top >> 1) * (dstPitch >> 1) - (top * dstPitch);
3077 RADEONCopyData(pScrn, buf + s3offset, dst_start + d3line + (left >> 1),
3137 offset + d2line, offset + d3line, offset, offset + d2line,
3138 offset + d3line, width, height, dstPitch, xa, xb, ya,
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_textured_video.c235 int d2line, d3line; local in function:RADEONPutImageTextured
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 13 milliseconds