Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.h87 struct nouveau_heap *text_heap; member
Dnvc0_program.c795 ret = nouveau_heap_alloc(screen->text_heap, size, prog, &prog->mem); in nvc0_program_alloc_code()
889 struct nouveau_heap *heap = screen->text_heap; in nvc0_program_upload()
976 ret = nouveau_heap_alloc(screen->text_heap, align(size, 0x100), NULL, in nvc0_program_library_upload()
Dnvc0_screen.c725 nouveau_heap_destroy(&screen->text_heap); in nvc0_screen_destroy()
954 nouveau_heap_destroy(&screen->text_heap); in nvc0_screen_resize_text_area()
959 nouveau_heap_init(&screen->text_heap, 0, size - 0x100); in nvc0_screen_resize_text_area()