Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.h81 struct nouveau_heap *gp_code_heap; member
Dnv50_screen.c587 nouveau_heap_destroy(&screen->gp_code_heap); in nv50_screen_destroy()
1114 nouveau_heap_init(&screen->gp_code_heap, 0, 1 << NV50_CODE_BO_SIZE_LOG2); in nv50_screen_create()
Dnv50_program.c465 case PIPE_SHADER_GEOMETRY: heap = nv50->screen->gp_code_heap; break; in nv50_program_upload_code()