Searched refs:nouveau_list (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/libdrm/dist/nouveau/
H A Dnouveau.h155 struct nouveau_list { struct
156 struct nouveau_list *prev;
157 struct nouveau_list *next;
161 struct nouveau_list thead;
174 struct nouveau_list head;
175 struct nouveau_list pending;
176 struct nouveau_list current;
H A Dprivate.h86 struct nouveau_list head;
103 struct nouveau_list bo_list;
H A Dpushbuf.c58 struct nouveau_list bctx_list;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c410 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending;
411 struct nouveau_list *it;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c522 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending;
523 struct nouveau_list *it;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c438 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending;
439 struct nouveau_list *it;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c578 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending;
579 struct nouveau_list *it;

Completed in 10 milliseconds