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.c757 screen->lib_code->start, 0); in nvc0_program_upload_code()
888 if (screen->lib_code) in nvc0_program_library_upload()
896 &screen->lib_code); in nvc0_program_library_upload()
901 screen->text, screen->lib_code->start, NV_VRAM_DOMAIN(&screen->base), in nvc0_program_library_upload()
Dnvc0_screen.h81 struct nouveau_heap *lib_code; /* allocated from text_heap */ member
Dnvc0_screen.c570 nouveau_heap_destroy(&screen->lib_code); in nvc0_screen_destroy()
774 nouveau_heap_destroy(&screen->lib_code); in nvc0_screen_resize_text_area()
Dnvc0_tex.c954 screen->lib_code->start; in nve4_set_surface_info()