Home
last modified time | relevance | path

Searched refs:on_flush (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c437 nv50_bufctx_fence(struct nouveau_bufctx *bufctx, bool on_flush) in nv50_bufctx_fence() argument
439 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending; in nv50_bufctx_fence()
H A Dnv50_context.h260 void nv50_bufctx_fence(struct nouveau_bufctx *, bool on_flush);
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c576 bool on_flush) in nvc0_bufctx_fence()
578 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending; in nvc0_bufctx_fence()
575 nvc0_bufctx_fence(struct nvc0_context *nvc0, struct nouveau_bufctx *bufctx, bool on_flush) nvc0_bufctx_fence() argument
H A Dnvc0_context.h317 bool on_flush);
/third_party/python/Lib/test/
H A Dtest_io.py683 self.on_flush = 3
696 record.append(self.on_flush)

Completed in 11 milliseconds