HomeSort by relevance Sort by last modified time
    Searched refs:fp_code_heap (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_screen.h 81 struct nouveau_heap *fp_code_heap; member in struct:nv50_screen
nv50_program.c 450 case PIPE_SHADER_FRAGMENT: heap = nv50->screen->fp_code_heap; break;
451 case PIPE_SHADER_COMPUTE: heap = nv50->screen->fp_code_heap; break;
nv50_screen.c 476 nouveau_heap_destroy(&screen->fp_code_heap);
954 nouveau_heap_init(&screen->fp_code_heap, 0, 1 << NV50_CODE_BO_SIZE_LOG2);
    [all...]

Completed in 148 milliseconds