Home
last modified time | relevance | path

Searched refs:on_flush (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_context.c210 boolean on_flush) in nvc0_bufctx_fence() argument
212 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending; in nvc0_bufctx_fence()
Dnvc0_context.h193 boolean on_flush);
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_context.c204 nv50_bufctx_fence(struct nouveau_bufctx *bufctx, boolean on_flush) in nv50_bufctx_fence() argument
206 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending; in nv50_bufctx_fence()
Dnv50_context.h189 void nv50_bufctx_fence(struct nouveau_bufctx *, boolean on_flush);