Searched refs:nouveau_mm_allocate (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_mm.h | 24 nouveau_mm_allocate(struct nouveau_mman *, uint32_t size,
|
D | nouveau_buffer.c | 46 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()
|
D | nouveau_mm.c | 164 nouveau_mm_allocate(struct nouveau_mman *cache, in nouveau_mm_allocate() function
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_compute.c | 209 mm = nouveau_mm_allocate(screen->base.mm_GART, size, &bo, &offset); in nv50_compute_upload_input()
|
D | nv50_query_hw.c | 65 hq->mm = nouveau_mm_allocate(screen->base.mm_GART, size, in nv50_hw_query_allocate()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_query_hw.c | 57 hq->mm = nouveau_mm_allocate(screen->base.mm_GART, size, &hq->bo, in nvc0_hw_query_allocate()
|