HomeSort by relevance Sort by last modified time
    Searched refs:nouveau_bufctx_refn (Results 1 - 8 of 8) sorted by null

  /external/libdrm/nouveau/
nouveau-symbol-check 25 nouveau_bufctx_refn
bufctx.c 121 nouveau_bufctx_refn(struct nouveau_bufctx *bctx, int bin, function
154 struct nouveau_bufref *bref = nouveau_bufctx_refn(bctx, bin, bo, flags);
nouveau.h 183 nouveau_bufctx_refn(struct nouveau_bufctx *, int bin,
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_winsys.h 23 nouveau_bufctx_refn(bufctx, bin, bo, flags)->priv = NULL;
31 nouveau_bufctx_refn(bufctx, bin, res->bo, flags | res->domain);
nv50_transfer.c 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);
157 nouveau_bufctx_refn(nv50->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
216 nouveau_bufctx_refn(bctx, 0, src, srcdom | NOUVEAU_BO_RD);
217 nouveau_bufctx_refn(bctx, 0, dst, dstdom | NOUVEAU_BO_WR);
395 nouveau_bufctx_refn(bctx, 0, bo, NOUVEAU_BO_WR | domain);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_transfer.c 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);
186 nouveau_bufctx_refn(nvc0->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
231 nouveau_bufctx_refn(nvc0->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
273 nouveau_bufctx_refn(bctx, 0, src, srcdom | NOUVEAU_BO_RD);
274 nouveau_bufctx_refn(bctx, 0, dst, dstdom | NOUVEAU_BO_WR);
311 nouveau_bufctx_refn(bctx, 0, src, srcdom | NOUVEAU_BO_RD);
312 nouveau_bufctx_refn(bctx, 0, dst, dstdom | NOUVEAU_BO_WR)
    [all...]
nvc0_winsys.h 22 nouveau_bufctx_refn(bufctx, bin, bo, flags)->priv = NULL;
30 nouveau_bufctx_refn(bufctx, bin, res->bo, flags | res->domain);
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_winsys.h 46 nouveau_bufctx_refn(bufctx(push), bin, bo, access);

Completed in 3365 milliseconds