Searched refs:gp_code_heap (Results 1 – 3 of 3) sorted by relevance
81 struct nouveau_heap *gp_code_heap; member
587 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()
465 case PIPE_SHADER_GEOMETRY: heap = nv50->screen->gp_code_heap; break; in nv50_program_upload_code()