Searched refs:horzInc (Results 1 – 1 of 1) sorted by relevance
107 int32 horzInc = (buffer->width << (12 + ecpDiv)) / window->width; in Rage128_DisplayOverlay() local110 while (horzInc >= (2 << 12)) { in Rage128_DisplayOverlay()112 horzInc >>= 1; in Rage128_DisplayOverlay()122 int32 tmp = (left & 0x0003ffff) + 0x00028000 + (horzInc << 3); in Rage128_DisplayOverlay()126 tmp = ((left >> 1) & 0x0001ffff) + 0x00028000 + (horzInc << 2); in Rage128_DisplayOverlay()140 OUTREG(R128_OV0_H_INC, horzInc | ((horzInc >> 1) << 16)); in Rage128_DisplayOverlay()