Searched refs:query_heap (Results 1 – 3 of 3) sorted by relevance
28 struct nouveau_heap *query_heap; member
461 nouveau_heap_destroy(&screen->query_heap); in nv30_screen_destroy()614 ret = nouveau_heap_init(&screen->query_heap, 0, 4096 - 128); in nv30_screen_create()
78 while (nouveau_heap_alloc(screen->query_heap, 32, NULL, &qo->hw)) { in nv30_query_object_new()