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 D | nvc0_screen.h | 87 struct nouveau_heap *text_heap; member in struct:nvc0_screen 88 struct nouveau_heap *lib_code; /* allocated from text_heap */
|
| H A D | nvc0_program.c | 749 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 D | nvc0_screen.c | 642 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 D | nvc0_screen.h | 87 struct nouveau_heap *text_heap; member in struct:nvc0_screen 88 struct nouveau_heap *lib_code; /* allocated from text_heap */
|
| H A D | nvc0_program.c | 795 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 D | nvc0_screen.c | 725 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