Home
last modified time | relevance | path

Searched refs:poly_cache (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_screen.c269 nouveau_bo_ref(NULL, &screen->poly_cache); in nvc0_screen_destroy()
657 &screen->poly_cache); in nvc0_screen_create()
662 PUSH_DATAh(push, screen->poly_cache->offset); in nvc0_screen_create()
663 PUSH_DATA (push, screen->poly_cache->offset); in nvc0_screen_create()
Dnvc0_screen.h35 struct nouveau_bo *poly_cache; member
Dnvc0_context.c186 BCTX_REFN_bo(nvc0->bufctx_3d, SCREEN, flags, screen->poly_cache); in nvc0_create()
/external/v8/src/heap/
Dincremental-marking.cc912 PolymorphicCodeCache* poly_cache = heap_->polymorphic_code_cache(); in Hurry() local
913 Marking::GreyToBlack(Marking::MarkBitFrom(poly_cache)); in Hurry()
914 MemoryChunk::IncrementLiveBytesFromGC(poly_cache, in Hurry()