Home | History | Annotate | Download | only in nv30

Lines Matching full:heap

87       struct nouveau_heap *heap = nv30->screen->vp_exec_heap;
92 if (nouveau_heap_alloc(heap, vp->nr_insns, &vp->exec, &vp->exec)) {
93 while (heap->next && heap->size < vp->nr_insns) {
94 struct nouveau_heap **evict = heap->next->priv;
98 if (nouveau_heap_alloc(heap, vp->nr_insns, &vp->exec, &vp->exec)) {
130 struct nouveau_heap *heap = nv30->screen->vp_data_heap;
135 if (nouveau_heap_alloc(heap, vp->nr_consts, vp, &vp->data)) {
136 while (heap->next && heap->size < vp->nr_consts) {
137 struct nv30_vertprog *evp = heap->next->priv;
141 if (nouveau_heap_alloc(heap, vp->nr_consts, vp, &vp->data)) {