Home
last modified time | relevance | path

Searched refs:nouveau_list (Results 1 – 5 of 5) sorted by relevance

/external/libdrm/nouveau/
Dnouveau.h154 struct nouveau_list { struct
155 struct nouveau_list *prev; argument
156 struct nouveau_list *next; argument
160 struct nouveau_list thead;
173 struct nouveau_list head;
174 struct nouveau_list pending;
175 struct nouveau_list current;
Dprivate.h83 struct nouveau_list head;
100 struct nouveau_list bo_list;
Dpushbuf.c57 struct nouveau_list bctx_list;
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.c401 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending; in nv50_bufctx_fence()
402 struct nouveau_list *it; in nv50_bufctx_fence()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c503 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending; in nvc0_bufctx_fence()
504 struct nouveau_list *it; in nvc0_bufctx_fence()