Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.h40 struct nouveau_heap *vp_data_heap; member
Dnv30_screen.c463 nouveau_heap_destroy(&screen->vp_data_heap); in nv30_screen_destroy()
625 nouveau_heap_init(&screen->vp_data_heap, 6, 256 - 6); in nv30_screen_create()
628 nouveau_heap_init(&screen->vp_data_heap, 6, 468 - 6); in nv30_screen_create()
Dnv30_vertprog.c132 struct nouveau_heap *heap = nv30->screen->vp_data_heap; in nv30_vertprog_validate()