Searched refs:nouveau_mm_allocate (Results 1 – 5 of 5) 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 | 33 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()
|
D | nouveau_mm.c | 157 nouveau_mm_allocate(struct nouveau_mman *cache, in nouveau_mm_allocate() function
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_query.c | 76 q->mm = nouveau_mm_allocate(screen->base.mm_GART, size, &q->bo, &q->base); in nv50_query_allocate()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_query.c | 75 q->mm = nouveau_mm_allocate(screen->base.mm_GART, size, &q->bo, &q->base); in nvc0_query_allocate()
|