Searched refs:totalPixmapSize (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dpixmap.c97 screenInfo.screens[scrnum]->totalPixmapSize = BitmapBytePad(pixmap_size * 8);
118 assert(pScreen->totalPixmapSize > 0);
120 if (pScreen->totalPixmapSize > ((size_t)-1) - pixDataSize)
123 pPixmap = calloc(1, pScreen->totalPixmapSize + pixDataSize);
H A Ddispatch.c3849 pScreen->totalPixmapSize = 0; /* computed in CreateScratchPixmapForScreen */
/xsrc/external/mit/xorg-server/dist/dix/
H A Dpixmap.c94 pScreen->totalPixmapSize =
114 assert(pScreen->totalPixmapSize > 0);
116 if (pScreen->totalPixmapSize > ((size_t) - 1) - pixDataSize)
119 pPixmap = calloc(1, pScreen->totalPixmapSize + pixDataSize);
H A Ddispatch.c3925 pScreen->totalPixmapSize = 0; /* computed in CreateScratchPixmapForScreen */
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dscrnintstr.h523 unsigned int totalPixmapSize; member in struct:_Screen
/xsrc/external/mit/xorg-server/dist/include/
H A Dscrnintstr.h609 unsigned int totalPixmapSize; member in struct:_Screen
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbpixmap.c45 base = pScreen->totalPixmapSize;
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbpixmap.c46 base = pScreen->totalPixmapSize;
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_driver.c786 /* We need to set totalPixmapSize after setup_uxa and Damage,
790 pScreen->totalPixmapSize = BitmapBytePad ((sizeof (PixmapRec) + dixPrivatesSize (PRIVATE_PIXMAP) ) * 8);
792 pScreen->totalPixmapSize = BitmapBytePad((sizeof(PixmapRec) +
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_accel.c829 base = screen->totalPixmapSize;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_accel.c820 base = screen->totalPixmapSize;

Completed in 54 milliseconds