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

  /xsrc/external/mit/libdrm/dist/nouveau/
bufctx.c 40 struct nouveau_bufctx *bufctx;
49 struct nouveau_bufctx base;
56 nouveau_bufctx(struct nouveau_bufctx *bctx) function
63 struct nouveau_bufctx **pbctx)
82 nouveau_bufctx_del(struct nouveau_bufctx **pbctx)
84 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(*pbctx);
99 nouveau_bufctx_reset(struct nouveau_bufctx *bctx, int bin)
101 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(bctx);
117 nouveau_bufctx_refn(struct nouveau_bufctx *bctx, int bin
    [all...]
nouveau.h 172 struct nouveau_bufctx { struct
181 struct nouveau_bufctx **);
182 void nouveau_bufctx_del(struct nouveau_bufctx **);
184 nouveau_bufctx_refn(struct nouveau_bufctx *, int bin,
187 nouveau_bufctx_mthd(struct nouveau_bufctx *, int bin, uint32_t packet,
190 void nouveau_bufctx_reset(struct nouveau_bufctx *, int bin);
196 struct nouveau_bufctx *bufctx;
230 struct nouveau_bufctx *
231 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *, struct nouveau_bufctx *);

Completed in 5 milliseconds