Lines Matching refs:domain
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);
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);
178 struct nouveau_bo *dst, unsigned offset, unsigned domain,
186 nouveau_bufctx_refn(nvc0->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
223 struct nouveau_bo *dst, unsigned offset, unsigned domain,
231 nouveau_bufctx_refn(nvc0->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
384 tx->rect[1].domain = NOUVEAU_BO_GART;
465 struct nouveau_bo *bo, unsigned domain,
475 nouveau_bufctx_refn(bctx, 0, bo, NOUVEAU_BO_WR | domain);