HomeSort by relevance Sort by last modified time
    Searched full:query_heap (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_screen.h 28 struct nouveau_heap *query_heap; member in struct:nv30_screen
nv30_query.c 78 while (nouveau_heap_alloc(screen->query_heap, 32, NULL, &qo->hw)) {
nv30_screen.c 436 nouveau_heap_destroy(&screen->query_heap);
589 ret = nouveau_heap_init(&screen->query_heap, 0, 4096 - 128);

Completed in 640 milliseconds