Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.h81 struct nouveau_bo *poly_cache; member
Dnvc0_screen.c704 nouveau_bo_ref(NULL, &screen->poly_cache); in nvc0_screen_destroy()
1343 &screen->poly_cache); in nvc0_screen_create()
1348 PUSH_DATAh(push, screen->poly_cache->offset); in nvc0_screen_create()
1349 PUSH_DATA (push, screen->poly_cache->offset); in nvc0_screen_create()
Dnvc0_context.c471 if (screen->poly_cache) in nvc0_create()
472 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_SCREEN, flags, screen->poly_cache); in nvc0_create()