Searched defs:nouveau_mman (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c27 struct nouveau_mman { struct
38 struct nouveau_mman *cache;
86 mm_bucket_by_order(struct nouveau_mman *cache, int order)
94 mm_bucket_by_size(struct nouveau_mman *cache, unsigned size)
114 mm_slab_new(struct nouveau_mman *cache, int chunk_order)
157 nouveau_mm_allocate(struct nouveau_mman *cache,
235 struct nouveau_mman *
239 struct nouveau_mman *cache = MALLOC_STRUCT(nouveau_mman);
272 nouveau_mm_destroy(struct nouveau_mman *cach
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c27 struct nouveau_mman { struct
38 struct nouveau_mman *cache;
86 mm_bucket_by_order(struct nouveau_mman *cache, int order)
94 mm_bucket_by_size(struct nouveau_mman *cache, unsigned size)
114 mm_slab_new(struct nouveau_mman *cache, int chunk_order)
157 nouveau_mm_allocate(struct nouveau_mman *cache,
235 struct nouveau_mman *
239 struct nouveau_mman *cache = MALLOC_STRUCT(nouveau_mman);
272 nouveau_mm_destroy(struct nouveau_mman *cach
[all...]

Completed in 140 milliseconds