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