Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_mm.h23 nouveau_mm_allocate(struct nouveau_mman *, uint32_t size,
Dnouveau_mm.c165 nouveau_mm_allocate(struct nouveau_mman *cache, in nouveau_mm_allocate() function
Dnouveau_buffer.c55 buf->mm = nouveau_mm_allocate(screen->mm_VRAM, size, in nouveau_buffer_allocate()
62 buf->mm = nouveau_mm_allocate(screen->mm_GART, size, in nouveau_buffer_allocate()
172 nouveau_mm_allocate(nv->screen->mm_GART, size, &tx->bo, &tx->offset); in nouveau_transfer_staging()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw.c60 hq->mm = nouveau_mm_allocate(screen->base.mm_GART, size, in nv50_hw_query_allocate()
Dnv50_compute.c540 mm = nouveau_mm_allocate(screen->base.mm_GART, size, &bo, &offset); in nv50_compute_upload_input()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw.c52 hq->mm = nouveau_mm_allocate(screen->base.mm_GART, size, &hq->bo, in nvc0_hw_query_allocate()