Searched refs:gp_code_heap (Results 1 – 3 of 3) sorted by relevance
43 struct nouveau_heap *gp_code_heap; member
283 nouveau_heap_destroy(&screen->gp_code_heap); in nv50_screen_destroy()714 nouveau_heap_init(&screen->gp_code_heap, 0, 1 << NV50_CODE_BO_SIZE_LOG2); in nv50_screen_create()
383 case PIPE_SHADER_FRAGMENT: heap = nv50->screen->gp_code_heap; break; in nv50_program_upload_code()