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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_screen.h 41 struct nouveau_heap *vp_exec_heap; member in struct:nv30_screen
nv30_vertprog.c 87 struct nouveau_heap *heap = nv30->screen->vp_exec_heap;
nv30_screen.c 440 nouveau_heap_init(&screen->vp_exec_heap, 0, 256);
443 nouveau_heap_init(&screen->vp_exec_heap, 0, 512);
nv30_draw.c 283 struct nouveau_heap *heap = nv30_screen(pscreen)->vp_exec_heap;
nv30_transfer.c 73 struct nouveau_heap *heap = nv30->screen->vp_exec_heap;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_screen.h 41 struct nouveau_heap *vp_exec_heap; member in struct:nv30_screen
nv30_vertprog.c 87 struct nouveau_heap *heap = nv30->screen->vp_exec_heap;
nv30_screen.c 440 nouveau_heap_init(&screen->vp_exec_heap, 0, 256);
443 nouveau_heap_init(&screen->vp_exec_heap, 0, 512);
nv30_draw.c 283 struct nouveau_heap *heap = nv30_screen(pscreen)->vp_exec_heap;
nv30_transfer.c 73 struct nouveau_heap *heap = nv30->screen->vp_exec_heap;

Completed in 49 milliseconds