HomeSort by relevance Sort by last modified time
    Searched defs:nouveau_bufctx (Results 1 - 2 of 2) sorted by null

  /external/libdrm/nouveau/
bufctx.c 44 struct nouveau_bufctx *bufctx;
53 struct nouveau_bufctx base;
60 nouveau_bufctx(struct nouveau_bufctx *bctx) function
67 struct nouveau_bufctx **pbctx)
86 nouveau_bufctx_del(struct nouveau_bufctx **pbctx)
88 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(*pbctx);
103 nouveau_bufctx_reset(struct nouveau_bufctx *bctx, int bin)
105 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(bctx);
121 nouveau_bufctx_refn(struct nouveau_bufctx *bctx, int bin
    [all...]
nouveau.h 171 struct nouveau_bufctx { struct
180 struct nouveau_bufctx **);
181 void nouveau_bufctx_del(struct nouveau_bufctx **);
183 nouveau_bufctx_refn(struct nouveau_bufctx *, int bin,
186 nouveau_bufctx_mthd(struct nouveau_bufctx *, int bin, uint32_t packet,
189 void nouveau_bufctx_reset(struct nouveau_bufctx *, int bin);
195 struct nouveau_bufctx *bufctx;
229 struct nouveau_bufctx *
230 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *, struct nouveau_bufctx *);

Completed in 55 milliseconds