HomeSort by relevance Sort by last modified time
    Searched defs:evict (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_vertprog.c 94 struct nouveau_heap **evict = heap->next->priv; local
95 nouveau_heap_free(evict);
nv30_draw.c 286 struct nouveau_heap **evict = heap->next->priv; local
287 nouveau_heap_free(evict);
nv30_transfer.c 80 struct nouveau_heap **evict = heap->next->priv; local
81 nouveau_heap_free(evict);
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_vertprog.c 94 struct nouveau_heap **evict = heap->next->priv; local
95 nouveau_heap_free(evict);
nv30_draw.c 286 struct nouveau_heap **evict = heap->next->priv; local
287 nouveau_heap_free(evict);
nv30_transfer.c 80 struct nouveau_heap **evict = heap->next->priv; local
81 nouveau_heap_free(evict);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_program.c 391 /* Out of space: evict everything to compactify the code segment, hoping
395 struct nv50_program *evict = heap->next->priv; local
396 if (evict)
397 nouveau_heap_free(&evict->mem);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_program.c 391 /* Out of space: evict everything to compactify the code segment, hoping
395 struct nv50_program *evict = heap->next->priv; local
396 if (evict)
397 nouveau_heap_free(&evict->mem);
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCache.cpp 123 evict(oldResource);
142 evict(resource);
217 // See if we have any purged resources we can evict.
225 evict(current);
259 // Now evict objects from this queue.
265 evict(current);
294 void MemoryCache::evict(Resource* resource) function in class:WebCore::MemoryCache
569 evict(i->value);
611 evict(justReleasedResource);

Completed in 1722 milliseconds