Searched refs:mm_GART (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_screen.h56 struct nouveau_mman *mm_GART; member in struct:nouveau_screen
H A Dnouveau_screen.c270 screen->mm_GART = nouveau_mm_create(dev,
282 nouveau_mm_destroy(screen->mm_GART);
H A Dnouveau_buffer.c51 buf->mm = nouveau_mm_allocate(screen->mm_GART, size,
154 nouveau_mm_allocate(nv->screen->mm_GART, size, &tx->bo, &tx->offset);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_screen.h58 struct nouveau_mman *mm_GART; member in struct:nouveau_screen
H A Dnouveau_screen.c347 screen->mm_GART = nouveau_mm_create(dev,
369 nouveau_mm_destroy(screen->mm_GART);
H A Dnouveau_buffer.c62 buf->mm = nouveau_mm_allocate(screen->mm_GART, size,
172 nouveau_mm_allocate(nv->screen->mm_GART, size, &tx->bo, &tx->offset);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_compute.c209 mm = nouveau_mm_allocate(screen->base.mm_GART, size, &bo, &offset);
H A Dnv50_query_hw.c60 hq->mm = nouveau_mm_allocate(screen->base.mm_GART, size,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.c60 hq->mm = nouveau_mm_allocate(screen->base.mm_GART, size,
H A Dnv50_compute.c540 mm = nouveau_mm_allocate(screen->base.mm_GART, size, &bo, &offset);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c52 hq->mm = nouveau_mm_allocate(screen->base.mm_GART, size, &hq->bo,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c52 hq->mm = nouveau_mm_allocate(screen->base.mm_GART, size, &hq->bo,

Completed in 15 milliseconds