Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_mm.h24 nouveau_mm_allocate(struct nouveau_mman *, uint32_t size,
Dnouveau_buffer.c33 buf->mm = nouveau_mm_allocate(screen->mm_VRAM, size, in nouveau_buffer_allocate()
39 buf->mm = nouveau_mm_allocate(screen->mm_GART, size, in nouveau_buffer_allocate()
114 mm = nouveau_mm_allocate(nv->screen->mm_GART, size, &bounce, &offset); in nouveau_buffer_download()
151 mm = nouveau_mm_allocate(nv->screen->mm_GART, size, &bounce, &offset); in nouveau_buffer_upload()
Dnouveau_mm.c157 nouveau_mm_allocate(struct nouveau_mman *cache, in nouveau_mm_allocate() function
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_query.c76 q->mm = nouveau_mm_allocate(screen->base.mm_GART, size, &q->bo, &q->base); in nv50_query_allocate()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_query.c75 q->mm = nouveau_mm_allocate(screen->base.mm_GART, size, &q->bo, &q->base); in nvc0_query_allocate()