Searched refs:evict (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vertprog.c96 struct nouveau_heap **evict = heap->next->priv; local in function:nv30_vertprog_validate
97 nouveau_heap_free(evict);
H A Dnv30_draw.c297 struct nouveau_heap **evict = heap->next->priv; local in function:nv30_render_validate
298 nouveau_heap_free(evict);
H A Dnv30_transfer.c80 struct nouveau_heap **evict = heap->next->priv; local in function:nv30_transfer_rect_vertprog
81 nouveau_heap_free(evict);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vertprog.c96 struct nouveau_heap **evict = heap->next->priv; local in function:nv30_vertprog_validate
97 nouveau_heap_free(evict);
H A Dnv30_draw.c297 struct nouveau_heap **evict = heap->next->priv; local in function:nv30_render_validate
298 nouveau_heap_free(evict);
H A Dnv30_transfer.c80 struct nouveau_heap **evict = heap->next->priv; local in function:nv30_transfer_rect_vertprog
81 nouveau_heap_free(evict);
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-glyphs.c197 cache->evict = rand() % GLYPH_CACHE_SIZE;
601 int i = cache->evict & uxa_glyph_size_to_mask(s);
610 pos = cache->evict & uxa_glyph_size_to_mask(size);
618 pos = cache->evict & mask;
633 cache->evict = rand() % GLYPH_CACHE_SIZE;
H A Duxa-priv.h101 uint16_t evict; member in struct:__anon55c2e6670108
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-glyphs.c197 cache->evict = rand() % GLYPH_CACHE_SIZE;
601 int i = cache->evict & uxa_glyph_size_to_mask(s);
610 pos = cache->evict & uxa_glyph_size_to_mask(size);
618 pos = cache->evict & mask;
633 cache->evict = rand() % GLYPH_CACHE_SIZE;
H A Duxa-priv.h101 uint16_t evict; member in struct:__anonb885f41b0108
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-glyphs.c187 cache->evict = rand() % GLYPH_CACHE_SIZE;
582 int i = cache->evict & uxa_glyph_size_to_mask(s);
591 pos = cache->evict & uxa_glyph_size_to_mask(size);
599 pos = cache->evict & mask;
614 cache->evict = rand() % GLYPH_CACHE_SIZE;
H A Duxa-priv.h101 uint16_t evict; member in struct:__anon94722fc00108
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.c481 /* Out of space: evict everything to compactify the code segment, hoping
485 struct nv50_program *evict = heap->next->priv; local in function:nv50_program_upload_code
486 if (evict)
487 nouveau_heap_free(&evict->mem);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.c488 /* Out of space: evict everything to compactify the code segment, hoping
492 struct nv50_program *evict = heap->next->priv; local in function:nv50_program_upload_code
493 if (evict)
494 nouveau_heap_free(&evict->mem);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c836 struct nvc0_program *evict = heap->next->priv; local in function:nvc0_program_upload
837 nouveau_heap_free(&evict->mem);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c899 struct nvc0_program *evict = heap->next->priv; local in function:nvc0_program_upload
900 nouveau_heap_free(&evict->mem);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_glyphs.c267 cache->count = cache->evict = 0;
274 cache->evict = rand() % GLYPH_CACHE_SIZE;
438 int i = cache->evict & glyph_size_to_mask(s);
453 pos = cache->evict & glyph_count_to_mask(count);
464 cache->evict = rand() % GLYPH_CACHE_SIZE;
H A Dsna_render.h334 uint16_t evict; member in struct:sna_render::sna_glyph_cache
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_glyphs.c267 cache->count = cache->evict = 0;
274 cache->evict = rand() % GLYPH_CACHE_SIZE;
438 int i = cache->evict & glyph_size_to_mask(s);
453 pos = cache->evict & glyph_count_to_mask(count);
464 cache->evict = rand() % GLYPH_CACHE_SIZE;
H A Dsna_render.h326 uint16_t evict; member in struct:sna_render::sna_glyph_cache
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst577 - panfrost: Try to evict unused BOs from the cache

Completed in 47 milliseconds