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

  /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);

Completed in 98 milliseconds