Searched refs:scanlines (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datiscreen.c181 int offscreenBytes, total, scanlines; local in function:ATIMach64SetupMemXAA
240 scanlines = total / widthBytes;
241 if (scanlines > ATIMach64MaxY) scanlines = ATIMach64MaxY;
244 * rounding to a whole number of scanlines.
247 pATIDRIServer->textureOffset = scanlines * widthBytes;
257 scanlines = fbSize / widthBytes;
258 if (scanlines > ATIMach64MaxY) scanlines = ATIMach64MaxY;
261 pATIDRIServer->depthOffset = scanlines * widthByte
[all...]
/xsrc/external/mit/bitmap/dist/
H A Datobm.c191 unsigned char *scanlines; member in struct:_scan_list
203 slist->scanlines = (unsigned char *) calloc(slist->allocated, 1);
204 if (!slist->scanlines) {
303 if (on) slist->scanlines[slist->used] |= masktable[ind];
321 printf (" 0x%02x", slist->scanlines[i]);
331 free(slist->scanlines);
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmipoly.h108 ScanLineList scanlines; /* header node */ member in struct:__anonb60b44ce0108
126 * to scanlines() : Must be an even number
H A Dmipolyutil.c88 pPrevSLL = &ET->scanlines;
187 ET->scanlines.next = NULL;
H A Dmipolygen.c104 pSLL = ET.scanlines.next;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmipoly.h105 ScanLineList scanlines; /* header node */ member in struct:__anon3eaa60410108
122 * to scanlines() : Must be an even number
H A Dmipoly.c80 pPrevSLL = &ET->scanlines;
185 ET->scanlines.next = NULL;
555 pSLL = ET.scanlines.next;
/xsrc/external/mit/libX11/dist/src/
H A Dpoly.h231 ScanLineList scanlines; /* header node */
228 ScanLineList scanlines; /* header node */ member in struct:__anon42f612aa0208
H A DPolyReg.c84 pPrevSLL = &ET->scanlines;
184 ET->scanlines.next = (ScanLineList *)NULL;
535 pSLL = ET.scanlines.next;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_accel.c1186 int scanlines; local in function:RADEONSetupMemXAA_DRI
1279 At least for pageflip + color tiling, need to make sure it's 16 scanlines aligned,
1340 scanlines = (info->FbMapSize-info->FbSecureSize) / width_bytes;
1341 if (scanlines > 8191)
1342 scanlines = 8191;
1347 MemBox.y2 = scanlines;
1389 info->dri->depthTexLines = (scanlines
1391 info->dri->backLines = (scanlines
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_driver.c2239 int scanlines; local in function:TDFXScreenInit
2301 scanlines = (pTDFX->backOffset - pTDFX->fbOffset) / pTDFX->stride;
2303 if (scanlines > 2047)
2304 scanlines = 2047;
2307 if (scanlines > 4095)
2308 scanlines = 4095;
2311 pTDFX->pixmapCacheLinesMax = scanlines - pScrn->virtualY;
2325 MemBox.y2 = scanlines;
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_driver.c1760 int scanlines; local in function:R128ScreenInit
1926 scanlines = total / width_bytes;
1927 if (scanlines > 8191) scanlines = 8191;
1933 * rounding to a whole number of scanlines.
1935 info->textureOffset = scanlines * width_bytes;
1941 MemBox.y2 = scanlines;
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_storm.c825 int scanlines; local in function:mgaAccelInit
879 scanlines = pMGADRIServer->backOffset / widthBytes - 1;
880 if ( scanlines > maxlines ) scanlines = maxlines;
885 MemBox.y2 = scanlines;

Completed in 24 milliseconds