HomeSort by relevance Sort by last modified time
    Searched refs:poly_cache (Results 1 - 7 of 7) 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 747 PolymorphicCodeCache* poly_cache = heap_->polymorphic_code_cache(); local
748 Marking::GreyToBlack(Marking::MarkBitFrom(poly_cache));
749 MemoryChunk::IncrementLiveBytesFromGC(poly_cache->address(),
    [all...]

Completed in 672 milliseconds