Home | History | Annotate | Download | only in nv50

Lines Matching defs:bctx

59    struct nouveau_bufctx *bctx = nv50->bufctx;
69 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
70 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
71 nouveau_pushbuf_bufctx(push, bctx);
143 nouveau_bufctx_reset(bctx, 0);
214 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx;
216 nouveau_bufctx_refn(bctx, 0, src, srcdom | NOUVEAU_BO_RD);
217 nouveau_bufctx_refn(bctx, 0, dst, dstdom | NOUVEAU_BO_WR);
218 nouveau_pushbuf_bufctx(push, bctx);
246 nouveau_bufctx_reset(bctx, 0);
390 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx;
395 nouveau_bufctx_refn(bctx, 0, bo, NOUVEAU_BO_WR | domain);
396 nouveau_pushbuf_bufctx(push, bctx);
420 nouveau_bufctx_reset(bctx, 0);