Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.h81 struct nouveau_bo *poly_cache; member
Dnvc0_screen.c735 nouveau_bo_ref(NULL, &screen->poly_cache); in nvc0_screen_destroy()
1375 &screen->poly_cache); in nvc0_screen_create()
1380 PUSH_DATAh(push, screen->poly_cache->offset); in nvc0_screen_create()
1381 PUSH_DATA (push, screen->poly_cache->offset); in nvc0_screen_create()
Dnvc0_context.c520 if (screen->poly_cache) in nvc0_create()
521 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_SCREEN, flags, screen->poly_cache); in nvc0_create()