Searched refs:MAXFORMATS (Results 1 – 9 of 9) sorted by relevance
508 GCPtr GCperDepth[MAXFORMATS + 1];677 PixmapFormatRec formats[MAXFORMATS];
93 #define MAXFORMATS 8 macro
132 Drawable scrnDefDrawables[MAXFORMATS];
102 static PixmapFormatRec formats[MAXFORMATS] = {602 if (k >= MAXFORMATS) in InitOutput()
584 PixmapFormatRec formats[MAXFORMATS];
312 if (pScrn->numFormats >= MAXFORMATS) in xf86AddPixFormat()
1003 if (NumFormats >= MAXFORMATS) in InitOutput()
848 if (pScreen->numDepths > MAXFORMATS) in CreateGCperDepth()
183005 addition of depth 12 & 30. It causes more than MAXFORMATS depths to be183013 Add a safety check to catch when numDepths GCperDepthexceeps MAXFORMATS188771 Revert change to MAXFORMATS to maintain binary compatibility