Searched refs:SAREA_MAX_DRAWABLES (Results 1 – 9 of 9) sorted by relevance
54 #define SAREA_MAX_DRAWABLES 256 macro79 struct drm_sarea_drawable drawableTable[SAREA_MAX_DRAWABLES]; /**< drawables */
51 #define SAREA_MAX_DRAWABLES 256 macro86 XF86DRISAREADrawableRec drawableTable[SAREA_MAX_DRAWABLES];
94 DrawablePtr DRIDrawables[SAREA_MAX_DRAWABLES];
519 (pDRIPriv->pDriverInfo->maxDrawableTableEntry > SAREA_MAX_DRAWABLES)) { in DRIScreenInit()