HomeSort by relevance Sort by last modified time
    Searched refs:text_heap (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_screen.h 39 struct nouveau_heap *text_heap; member in struct:nvc0_screen
40 struct nouveau_heap *lib_code; /* allocated from text_heap */
nvc0_program.c 672 ret = nouveau_heap_alloc(screen->text_heap, size, prog, &prog->mem);
735 ret = nouveau_heap_alloc(screen->text_heap, align(size, 0x100), NULL,
nvc0_screen.c 272 nouveau_heap_destroy(&screen->text_heap);
585 nouveau_heap_init(&screen->text_heap, 0, (1 << 20) - 0x100);

Completed in 184 milliseconds