HomeSort by relevance Sort by last modified time
    Searched refs:poly_cache (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_screen.h 35 struct nouveau_bo *poly_cache; member in struct:nvc0_screen
nvc0_context.c 186 BCTX_REFN_bo(nvc0->bufctx_3d, SCREEN, flags, screen->poly_cache);
nvc0_screen.c 269 nouveau_bo_ref(NULL, &screen->poly_cache);
657 &screen->poly_cache);
662 PUSH_DATAh(push, screen->poly_cache->offset);
663 PUSH_DATA (push, screen->poly_cache->offset);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_screen.h 35 struct nouveau_bo *poly_cache; member in struct:nvc0_screen
nvc0_context.c 186 BCTX_REFN_bo(nvc0->bufctx_3d, SCREEN, flags, screen->poly_cache);
nvc0_screen.c 269 nouveau_bo_ref(NULL, &screen->poly_cache);
657 &screen->poly_cache);
662 PUSH_DATAh(push, screen->poly_cache->offset);
663 PUSH_DATA (push, screen->poly_cache->offset);
  /external/chromium_org/v8/src/
incremental-marking.cc 798 PolymorphicCodeCache* poly_cache = heap_->polymorphic_code_cache(); local
799 Marking::GreyToBlack(Marking::MarkBitFrom(poly_cache));
800 MemoryChunk::IncrementLiveBytesFromGC(poly_cache->address(),
    [all...]
  /external/v8/src/
incremental-marking.cc 684 PolymorphicCodeCache* poly_cache = heap_->polymorphic_code_cache(); local
685 Marking::GreyToBlack(Marking::MarkBitFrom(poly_cache));
686 MemoryChunk::IncrementLiveBytesFromGC(poly_cache->address(),

Completed in 587 milliseconds