HomeSort by relevance Sort by last modified time
    Searched refs:nouveau_list (Results 1 - 5 of 5) sorted by null

  /external/libdrm/nouveau/
nouveau.h 12 struct nouveau_list { struct
13 struct nouveau_list *prev;
14 struct nouveau_list *next;
159 struct nouveau_list thead;
172 struct nouveau_list head;
173 struct nouveau_list pending;
174 struct nouveau_list current;
private.h 83 struct nouveau_list head;
100 struct nouveau_list bo_list;
pushbuf.c 61 struct nouveau_list bctx_list;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.c 206 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending;
207 struct nouveau_list *it;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.c 212 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending;
213 struct nouveau_list *it;

Completed in 392 milliseconds