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.h74 struct nouveau_bo *poly_cache; member
Dnvc0_screen.c568 nouveau_bo_ref(NULL, &screen->poly_cache); in nvc0_screen_destroy()
1114 &screen->poly_cache); in nvc0_screen_create()
1119 PUSH_DATAh(push, screen->poly_cache->offset); in nvc0_screen_create()
1120 PUSH_DATA (push, screen->poly_cache->offset); in nvc0_screen_create()
Dnvc0_context.c463 if (screen->poly_cache) in nvc0_create()
464 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_SCREEN, flags, screen->poly_cache); in nvc0_create()