HomeSort by relevance Sort by last modified time
    Searched defs:nouveau_heap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_heap.h 26 struct nouveau_heap { struct
27 struct nouveau_heap *prev;
28 struct nouveau_heap *next;
39 nouveau_heap_init(struct nouveau_heap **heap, unsigned start,
43 nouveau_heap_destroy(struct nouveau_heap **heap);
46 nouveau_heap_alloc(struct nouveau_heap *heap, unsigned size, void *priv,
47 struct nouveau_heap **);
50 nouveau_heap_free(struct nouveau_heap **);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_heap.h 26 struct nouveau_heap { struct
27 struct nouveau_heap *prev;
28 struct nouveau_heap *next;
39 nouveau_heap_init(struct nouveau_heap **heap, unsigned start,
43 nouveau_heap_destroy(struct nouveau_heap **heap);
46 nouveau_heap_alloc(struct nouveau_heap *heap, unsigned size, void *priv,
47 struct nouveau_heap **);
50 nouveau_heap_free(struct nouveau_heap **);

Completed in 44 milliseconds