Lines Matching refs:bctx

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