Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c842 screen->lib_code->start, 0); in nvc0_program_upload_code()
968 if (screen->lib_code) in nvc0_program_library_upload()
976 &screen->lib_code); in nvc0_program_library_upload()
981 screen->text, screen->lib_code->start, NV_VRAM_DOMAIN(&screen->base), in nvc0_program_library_upload()
Dnvc0_screen.h88 struct nouveau_heap *lib_code; /* allocated from text_heap */ member
Dnvc0_screen.c706 nouveau_heap_destroy(&screen->lib_code); in nvc0_screen_destroy()
935 nouveau_heap_destroy(&screen->lib_code); in nvc0_screen_resize_text_area()
Dnvc0_tex.c979 screen->lib_code->start; in nve4_set_surface_info()