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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_mm.h24 nouveau_mm_allocate(struct nouveau_mman *, uint32_t size,
H A Dnouveau_mm.c164 nouveau_mm_allocate(struct nouveau_mman *cache, function in typeref:struct:nouveau_mm_allocation *
H A Dnouveau_buffer.c44 buf->mm = nouveau_mm_allocate(screen->mm_VRAM, size,
51 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_mm.h23 nouveau_mm_allocate(struct nouveau_mman *, uint32_t size,
H A Dnouveau_mm.c165 nouveau_mm_allocate(struct nouveau_mman *cache, function in typeref:struct:nouveau_mm_allocation *
H A Dnouveau_buffer.c55 buf->mm = nouveau_mm_allocate(screen->mm_VRAM, size,
62 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