Home
last modified time | relevance | path

Searched refs:nouveau_mm_allocate (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_mm.h24 nouveau_mm_allocate(struct nouveau_mman *, uint32_t size,
Dnouveau_buffer.c46 buf->mm = nouveau_mm_allocate(screen->mm_VRAM, size, in nouveau_buffer_allocate()
53 buf->mm = nouveau_mm_allocate(screen->mm_GART, size, in nouveau_buffer_allocate()
156 nouveau_mm_allocate(nv->screen->mm_GART, size, &tx->bo, &tx->offset); in nouveau_transfer_staging()
Dnouveau_mm.c164 nouveau_mm_allocate(struct nouveau_mman *cache, in nouveau_mm_allocate() function
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_compute.c209 mm = nouveau_mm_allocate(screen->base.mm_GART, size, &bo, &offset); in nv50_compute_upload_input()
Dnv50_query_hw.c65 hq->mm = nouveau_mm_allocate(screen->base.mm_GART, size, in nv50_hw_query_allocate()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw.c57 hq->mm = nouveau_mm_allocate(screen->base.mm_GART, size, &hq->bo, in nvc0_hw_query_allocate()