Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_screen.h42 struct nouveau_heap *vp_data_heap; member
Dnv30_screen.c441 nouveau_heap_init(&screen->vp_data_heap, 6, 256 - 6); in nv30_screen_create()
444 nouveau_heap_init(&screen->vp_data_heap, 6, 468 - 6); in nv30_screen_create()
Dnv30_vertprog.c130 struct nouveau_heap *heap = nv30->screen->vp_data_heap; in nv30_vertprog_validate()