Home
last modified time | relevance | path

Searched refs:vp_exec_heap (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_screen.h41 struct nouveau_heap *vp_exec_heap; member
Dnv30_screen.c440 nouveau_heap_init(&screen->vp_exec_heap, 0, 256); in nv30_screen_create()
443 nouveau_heap_init(&screen->vp_exec_heap, 0, 512); in nv30_screen_create()
Dnv30_vertprog.c87 struct nouveau_heap *heap = nv30->screen->vp_exec_heap; in nv30_vertprog_validate()
Dnv30_draw.c283 struct nouveau_heap *heap = nv30_screen(pscreen)->vp_exec_heap; in nv30_render_validate()
Dnv30_transfer.c73 struct nouveau_heap *heap = nv30->screen->vp_exec_heap; in nv30_transfer_rect_vertprog()