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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_screen.h 43 struct nouveau_heap *gp_code_heap; member in struct:nv50_screen
nv50_screen.c 283 nouveau_heap_destroy(&screen->gp_code_heap);
714 nouveau_heap_init(&screen->gp_code_heap, 0, 1 << NV50_CODE_BO_SIZE_LOG2);
nv50_program.c 383 case PIPE_SHADER_FRAGMENT: heap = nv50->screen->gp_code_heap; break;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_screen.h 43 struct nouveau_heap *gp_code_heap; member in struct:nv50_screen
nv50_screen.c 283 nouveau_heap_destroy(&screen->gp_code_heap);
714 nouveau_heap_init(&screen->gp_code_heap, 0, 1 << NV50_CODE_BO_SIZE_LOG2);
nv50_program.c 383 case PIPE_SHADER_FRAGMENT: heap = nv50->screen->gp_code_heap; break;

Completed in 203 milliseconds