Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_heap.h63 nouveau_heap_destroy(struct nouveau_heap **heap);
Dnouveau_heap.c45 nouveau_heap_destroy(struct nouveau_heap **heap) in nouveau_heap_destroy() function
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.c556 nouveau_heap_destroy(&screen->query_heap); in nv30_screen_destroy()
557 nouveau_heap_destroy(&screen->vp_exec_heap); in nv30_screen_destroy()
558 nouveau_heap_destroy(&screen->vp_data_heap); in nv30_screen_destroy()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.c737 nouveau_heap_destroy(&screen->lib_code); in nvc0_screen_destroy()
738 nouveau_heap_destroy(&screen->text_heap); in nvc0_screen_destroy()
966 nouveau_heap_destroy(&screen->lib_code); in nvc0_screen_resize_text_area()
967 nouveau_heap_destroy(&screen->text_heap); in nvc0_screen_resize_text_area()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.c645 nouveau_heap_destroy(&screen->vp_code_heap); in nv50_screen_destroy()
646 nouveau_heap_destroy(&screen->gp_code_heap); in nv50_screen_destroy()
647 nouveau_heap_destroy(&screen->fp_code_heap); in nv50_screen_destroy()