Lines Matching full:bctx
23 struct nouveau_bufctx *bctx = nvc0->bufctx;
34 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
35 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
36 nouveau_pushbuf_bufctx(push, bctx);
108 nouveau_bufctx_reset(bctx, 0);
118 struct nouveau_bufctx *bctx = nvc0->bufctx;
126 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
127 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
128 nouveau_pushbuf_bufctx(push, bctx);
173 nouveau_bufctx_reset(bctx, 0);
271 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx;
273 nouveau_bufctx_refn(bctx, 0, src, srcdom | NOUVEAU_BO_RD);
274 nouveau_bufctx_refn(bctx, 0, dst, dstdom | NOUVEAU_BO_WR);
275 nouveau_pushbuf_bufctx(push, bctx);
299 nouveau_bufctx_reset(bctx, 0);
309 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx;
311 nouveau_bufctx_refn(bctx, 0, src, srcdom | NOUVEAU_BO_RD);
312 nouveau_bufctx_refn(bctx, 0, dst, dstdom | NOUVEAU_BO_WR);
313 nouveau_pushbuf_bufctx(push, bctx);
326 nouveau_bufctx_reset(bctx, 0);
469 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx;
475 nouveau_bufctx_refn(bctx, 0, bo, NOUVEAU_BO_WR | domain);
476 nouveau_pushbuf_bufctx(push, bctx);
498 nouveau_bufctx_reset(bctx, 0);