Searched refs:text_heap (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h87 struct nouveau_heap *text_heap; member in struct:nvc0_screen
88 struct nouveau_heap *lib_code; /* allocated from text_heap */
H A Dnvc0_program.c749 ret = nouveau_heap_alloc(screen->text_heap, size, prog, &prog->mem);
826 struct nouveau_heap *heap = screen->text_heap;
914 ret = nouveau_heap_alloc(screen->text_heap, align(size, 0x100), NULL,
H A Dnvc0_screen.c642 nouveau_heap_destroy(&screen->text_heap);
845 nouveau_heap_destroy(&screen->text_heap);
850 nouveau_heap_init(&screen->text_heap, 0, size - 0x100);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h87 struct nouveau_heap *text_heap; member in struct:nvc0_screen
88 struct nouveau_heap *lib_code; /* allocated from text_heap */
H A Dnvc0_program.c795 ret = nouveau_heap_alloc(screen->text_heap, size, prog, &prog->mem);
889 struct nouveau_heap *heap = screen->text_heap;
976 ret = nouveau_heap_alloc(screen->text_heap, align(size, 0x100), NULL,
H A Dnvc0_screen.c725 nouveau_heap_destroy(&screen->text_heap);
954 nouveau_heap_destroy(&screen->text_heap);
959 nouveau_heap_init(&screen->text_heap, 0, size - 0x100);

Completed in 12 milliseconds