Searched refs:poly_cache (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h81 struct nouveau_bo *poly_cache; member in struct:nvc0_screen
H A Dnvc0_context.c464 if (screen->poly_cache)
465 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_SCREEN, flags, screen->poly_cache);
H A Dnvc0_screen.c639 nouveau_bo_ref(NULL, &screen->poly_cache);
1301 &screen->poly_cache);
1306 PUSH_DATAh(push, screen->poly_cache->offset);
1307 PUSH_DATA (push, screen->poly_cache->offset);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h81 struct nouveau_bo *poly_cache; member in struct:nvc0_screen
H A Dnvc0_context.c520 if (screen->poly_cache)
521 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_SCREEN, flags, screen->poly_cache);
H A Dnvc0_screen.c722 nouveau_bo_ref(NULL, &screen->poly_cache);
1361 &screen->poly_cache);
1366 PUSH_DATAh(push, screen->poly_cache->offset);
1367 PUSH_DATA (push, screen->poly_cache->offset);

Completed in 8 milliseconds