Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.h39 struct nouveau_heap *vp_exec_heap; member
Dnv30_screen.c462 nouveau_heap_destroy(&screen->vp_exec_heap); in nv30_screen_destroy()
624 nouveau_heap_init(&screen->vp_exec_heap, 0, 256); in nv30_screen_create()
627 nouveau_heap_init(&screen->vp_exec_heap, 0, 512); in nv30_screen_create()
Dnv30_vertprog.c89 struct nouveau_heap *heap = nv30->screen->vp_exec_heap; in nv30_vertprog_validate()
Dnv30_draw.c294 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()