Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_program.c654 uint32_t lib_pos = screen->lib_code->start; in nvc0_program_upload_code()
728 if (screen->lib_code) in nvc0_program_library_upload()
736 &screen->lib_code); in nvc0_program_library_upload()
741 screen->text, screen->lib_code->start, NOUVEAU_BO_VRAM, in nvc0_program_library_upload()
Dnvc0_screen.h40 struct nouveau_heap *lib_code; /* allocated from text_heap */ member
Dnvc0_screen.c271 nouveau_heap_destroy(&screen->lib_code); in nvc0_screen_destroy()