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

  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_screen.h 40 struct nouveau_heap *lib_code; /* allocated from text_heap */ member in struct:nvc0_screen
nvc0_program.c 654 uint32_t lib_pos = screen->lib_code->start;
728 if (screen->lib_code)
736 &screen->lib_code);
741 screen->text, screen->lib_code->start, NOUVEAU_BO_VRAM,
nvc0_screen.c 271 nouveau_heap_destroy(&screen->lib_code);

Completed in 44 milliseconds