Searched refs:offsety (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_video.c1985 unsigned int mask, shift, offsety, offsetu; local in function:i830_display_video
2051 offsety = pPriv->YBuf0offset;
2054 offsety = pPriv->YBuf1offset;
2062 swidthy = i830_swidth (pI830, offsety, width, mask, shift);
2071 swidth = ((offsety + (width << 1) + mask) >> shift) -
2072 (offsety >> shift);
2083 i830_swidth (pI830, offsety, width << 1,
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_video.c4208 CARD32 dstbase = 0, offsety, offsetuv, temp; local in function:SISPutImageBlit
4440 offsety = offsetuv = 0;
4465 offsety = (pbox->y1 - drw_y - yoffset) * srcPitch;
4469 offsety += (pbox->x1 - drw_x - xoffset);
4472 offsety++;
4482 MyPacket.P12_YSrcAddr = pPriv->bufAddr[index][pPriv->currentBuf[index]] + offsety + FBOFFSET;

Completed in 45 milliseconds