HomeSort by relevance Sort by last modified time
    Searched refs:bufctx (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_context.c 76 nouveau_bufctx_del(&nv50->bufctx);
105 /* need to flush before destroying the bufctx */
136 ret = nouveau_bufctx_new(screen->base.client, 2, &nv50->bufctx);
159 nouveau_pushbuf_bufctx(screen->base.pushbuf, nv50->bufctx);
186 BCTX_REFN_bo(nv50->bufctx, FENCE, flags, screen->fence.bo);
196 if (nv50->bufctx)
197 nouveau_bufctx_del(&nv50->bufctx);
204 nv50_bufctx_fence(struct nouveau_bufctx *bufctx, boolean on_flush)
206 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending
    [all...]
nv50_winsys.h 20 nv50_add_bufctx_resident_bo(struct nouveau_bufctx *bufctx, int bin,
23 nouveau_bufctx_refn(bufctx, bin, bo, flags)->priv = NULL;
27 nv50_add_bufctx_resident(struct nouveau_bufctx *bufctx, int bin,
31 nouveau_bufctx_refn(bufctx, bin, res->bo, flags | res->domain);
nv50_transfer.c 59 struct nouveau_bufctx *bctx = nv50->bufctx;
157 nouveau_bufctx_refn(nv50->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
158 nouveau_pushbuf_bufctx(push, nv50->bufctx);
204 nouveau_bufctx_reset(nv50->bufctx, 0);
214 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx;
390 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_context.c 62 nouveau_bufctx_del(&nvc0->bufctx);
137 nouveau_bufctx_new(screen->base.client, 2, &nvc0->bufctx);
157 nouveau_pushbuf_bufctx(screen->base.pushbuf, nvc0->bufctx);
191 BCTX_REFN_bo(nvc0->bufctx, FENCE, flags, screen->fence.bo);
201 if (nvc0->bufctx)
202 nouveau_bufctx_del(&nvc0->bufctx);
209 nvc0_bufctx_fence(struct nvc0_context *nvc0, struct nouveau_bufctx *bufctx,
212 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending;
nvc0_winsys.h 19 nv50_add_bufctx_resident_bo(struct nouveau_bufctx *bufctx, int bin,
22 nouveau_bufctx_refn(bufctx, bin, bo, flags)->priv = NULL;
26 nvc0_add_resident(struct nouveau_bufctx *bufctx, int bin,
30 nouveau_bufctx_refn(bufctx, bin, res->bo, flags | res->domain);
nvc0_transfer.c 23 struct nouveau_bufctx *bctx = nvc0->bufctx;
118 struct nouveau_bufctx *bctx = nvc0->bufctx;
186 nouveau_bufctx_refn(nvc0->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
187 nouveau_pushbuf_bufctx(push, nvc0->bufctx);
218 nouveau_bufctx_reset(nvc0->bufctx, 0);
231 nouveau_bufctx_refn(nvc0->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
232 nouveau_pushbuf_bufctx(push, nvc0->bufctx);
261 nouveau_bufctx_reset(nvc0->bufctx, 0);
271 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx;
309 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.c 76 nouveau_bufctx_del(&nv50->bufctx);
105 /* need to flush before destroying the bufctx */
136 ret = nouveau_bufctx_new(screen->base.client, 2, &nv50->bufctx);
159 nouveau_pushbuf_bufctx(screen->base.pushbuf, nv50->bufctx);
186 BCTX_REFN_bo(nv50->bufctx, FENCE, flags, screen->fence.bo);
196 if (nv50->bufctx)
197 nouveau_bufctx_del(&nv50->bufctx);
204 nv50_bufctx_fence(struct nouveau_bufctx *bufctx, boolean on_flush)
206 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending
    [all...]
nv50_winsys.h 20 nv50_add_bufctx_resident_bo(struct nouveau_bufctx *bufctx, int bin,
23 nouveau_bufctx_refn(bufctx, bin, bo, flags)->priv = NULL;
27 nv50_add_bufctx_resident(struct nouveau_bufctx *bufctx, int bin,
31 nouveau_bufctx_refn(bufctx, bin, res->bo, flags | res->domain);
nv50_transfer.c 59 struct nouveau_bufctx *bctx = nv50->bufctx;
157 nouveau_bufctx_refn(nv50->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
158 nouveau_pushbuf_bufctx(push, nv50->bufctx);
204 nouveau_bufctx_reset(nv50->bufctx, 0);
214 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx;
390 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.c 62 nouveau_bufctx_del(&nvc0->bufctx);
137 nouveau_bufctx_new(screen->base.client, 2, &nvc0->bufctx);
157 nouveau_pushbuf_bufctx(screen->base.pushbuf, nvc0->bufctx);
191 BCTX_REFN_bo(nvc0->bufctx, FENCE, flags, screen->fence.bo);
201 if (nvc0->bufctx)
202 nouveau_bufctx_del(&nvc0->bufctx);
209 nvc0_bufctx_fence(struct nvc0_context *nvc0, struct nouveau_bufctx *bufctx,
212 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending;
nvc0_winsys.h 19 nv50_add_bufctx_resident_bo(struct nouveau_bufctx *bufctx, int bin,
22 nouveau_bufctx_refn(bufctx, bin, bo, flags)->priv = NULL;
26 nvc0_add_resident(struct nouveau_bufctx *bufctx, int bin,
30 nouveau_bufctx_refn(bufctx, bin, res->bo, flags | res->domain);