Home
last modified time | relevance | path

Searched refs:evictionPosition (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_glyphs.c224 cache->evictionPosition = rand() % cache->size; in exaRealizeGlyphCaches()
476 pos = cache->evictionPosition; in exaGlyphCacheBufferGlyph()
500 cache->evictionPosition = rand() % cache->size; in exaGlyphCacheBufferGlyph()
H A Dexa_priv.h134 int evictionPosition; /* Next random position to evict a glyph */ member