Searched refs:GLYPH_CACHE_SIZE (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-glyphs.c77 #define GLYPH_CACHE_SIZE (CACHE_PICTURE_SIZE * CACHE_PICTURE_SIZE / (GLYPH_MIN_SIZE * GLYPH_MIN_SIZE)) macro
193 cache->glyphs = calloc(sizeof(GlyphPtr), GLYPH_CACHE_SIZE);
197 cache->evict = rand() % GLYPH_CACHE_SIZE;
597 if (pos < GLYPH_CACHE_SIZE) {
633 cache->evict = rand() % GLYPH_CACHE_SIZE;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-glyphs.c77 #define GLYPH_CACHE_SIZE (CACHE_PICTURE_SIZE * CACHE_PICTURE_SIZE / (GLYPH_MIN_SIZE * GLYPH_MIN_SIZE)) macro
193 cache->glyphs = calloc(sizeof(GlyphPtr), GLYPH_CACHE_SIZE);
197 cache->evict = rand() % GLYPH_CACHE_SIZE;
597 if (pos < GLYPH_CACHE_SIZE) {
633 cache->evict = rand() % GLYPH_CACHE_SIZE;
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-glyphs.c78 #define GLYPH_CACHE_SIZE (CACHE_PICTURE_SIZE * CACHE_PICTURE_SIZE / (GLYPH_MIN_SIZE * GLYPH_MIN_SIZE)) macro
183 cache->glyphs = calloc(sizeof(GlyphPtr), GLYPH_CACHE_SIZE);
187 cache->evict = rand() % GLYPH_CACHE_SIZE;
578 if (pos < GLYPH_CACHE_SIZE) {
614 cache->evict = rand() % GLYPH_CACHE_SIZE;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_glyphs.c82 #define GLYPH_CACHE_SIZE (CACHE_PICTURE_SIZE * CACHE_PICTURE_SIZE / (GLYPH_MIN_SIZE * GLYPH_MIN_SIZE)) macro
270 GLYPH_CACHE_SIZE);
274 cache->evict = rand() % GLYPH_CACHE_SIZE;
433 if (pos < GLYPH_CACHE_SIZE) {
464 cache->evict = rand() % GLYPH_CACHE_SIZE;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_glyphs.c82 #define GLYPH_CACHE_SIZE (CACHE_PICTURE_SIZE * CACHE_PICTURE_SIZE / (GLYPH_MIN_SIZE * GLYPH_MIN_SIZE)) macro
270 GLYPH_CACHE_SIZE);
274 cache->evict = rand() % GLYPH_CACHE_SIZE;
433 if (pos < GLYPH_CACHE_SIZE) {
464 cache->evict = rand() % GLYPH_CACHE_SIZE;

Completed in 10 milliseconds