Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.h28 struct nouveau_heap *query_heap; member
Dnv30_screen.c461 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()
Dnv30_query.c78 while (nouveau_heap_alloc(screen->query_heap, 32, NULL, &qo->hw)) { in nv30_query_object_new()