Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.h80 struct nouveau_heap *text_heap; member
Dnvc0_program.c720 ret = nouveau_heap_alloc(screen->text_heap, size, prog, &prog->mem); in nvc0_program_alloc_code()
797 struct nouveau_heap *heap = screen->text_heap; in nvc0_program_upload()
895 ret = nouveau_heap_alloc(screen->text_heap, align(size, 0x100), NULL, in nvc0_program_library_upload()
Dnvc0_screen.c571 nouveau_heap_destroy(&screen->text_heap); in nvc0_screen_destroy()
775 nouveau_heap_destroy(&screen->text_heap); in nvc0_screen_resize_text_area()
780 nouveau_heap_init(&screen->text_heap, 0, size - 0x100); in nvc0_screen_resize_text_area()