HomeSort by: relevance | last modified time | path
    Searched defs:bctx (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nv30_state_validate.c 468 struct nouveau_bufctx *bctx = nv30->bufctx; local
501 nouveau_pushbuf_bufctx(push, bctx);
523 LIST_FOR_EACH_ENTRY(bref, &bctx->current, thead) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv50_transfer.c 64 struct nouveau_bufctx *bctx = nv50->bufctx; local
67 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
68 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
69 nouveau_pushbuf_bufctx(push, bctx);
160 nouveau_bufctx_reset(bctx, 0);
170 struct nouveau_bufctx *bctx = nv50->bufctx; local
197 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
198 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
199 nouveau_pushbuf_bufctx(push, bctx);
271 nouveau_bufctx_reset(bctx, 0)
335 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_transfer.c 21 struct nouveau_bufctx *bctx = nvc0->bufctx; local
32 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
33 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
34 nouveau_pushbuf_bufctx(push, bctx);
106 nouveau_bufctx_reset(bctx, 0);
130 struct nouveau_bufctx *bctx = nvc0->bufctx; local
138 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
139 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
140 nouveau_pushbuf_bufctx(push, bctx);
195 nouveau_bufctx_reset(bctx, 0)
287 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx; local
325 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nv30_state_validate.c 468 struct nouveau_bufctx *bctx = nv30->bufctx; local
501 nouveau_pushbuf_bufctx(push, bctx);
523 LIST_FOR_EACH_ENTRY(bref, &bctx->current, thead) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv50_transfer.c 61 struct nouveau_bufctx *bctx = nv50->bufctx; local
71 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
72 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
73 nouveau_pushbuf_bufctx(push, bctx);
145 nouveau_bufctx_reset(bctx, 0);
209 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx; local
211 nouveau_bufctx_refn(bctx, 0, src, srcdom | NOUVEAU_BO_RD);
212 nouveau_bufctx_refn(bctx, 0, dst, dstdom | NOUVEAU_BO_WR);
213 nouveau_pushbuf_bufctx(push, bctx);
241 nouveau_bufctx_reset(bctx, 0)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_transfer.c 21 struct nouveau_bufctx *bctx = nvc0->bufctx; local
32 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
33 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
34 nouveau_pushbuf_bufctx(push, bctx);
106 nouveau_bufctx_reset(bctx, 0);
130 struct nouveau_bufctx *bctx = nvc0->bufctx; local
138 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
139 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
140 nouveau_pushbuf_bufctx(push, bctx);
195 nouveau_bufctx_reset(bctx, 0)
287 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx; local
325 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx; local
    [all...]
  /xsrc/external/mit/libdrm/dist/nouveau/
pushbuf.c 403 struct nouveau_bufctx *bctx, *btmp; local
430 DRMLISTFOREACHENTRYSAFE(bctx, btmp, &nvpb->bctx_list, head) {
431 DRMLISTJOIN(&bctx->current, &bctx->pending);
432 DRMINITLISTHEAD(&bctx->current);
433 DRMLISTDELINIT(&bctx->head);
493 struct nouveau_bufctx *bctx = push->bufctx; local
495 int relocs = bctx ? bctx->relocs * 2: 0;
499 if (ret || bctx == NULL
    [all...]

Completed in 38 milliseconds