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 D | nvc0_screen.h | 81 struct nouveau_bo *poly_cache; member in struct:nvc0_screen
|
| H A D | nvc0_context.c | 464 if (screen->poly_cache) 465 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_SCREEN, flags, screen->poly_cache);
|
| H A D | nvc0_screen.c | 639 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 D | nvc0_screen.h | 81 struct nouveau_bo *poly_cache; member in struct:nvc0_screen
|
| H A D | nvc0_context.c | 520 if (screen->poly_cache) 521 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_SCREEN, flags, screen->poly_cache);
|
| H A D | nvc0_screen.c | 722 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