HomeSort by: relevance | last modified time | path
    Searched refs:nouveau_bufctx (Results 1 - 25 of 41) sorted by relevancy

1 2

  /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 *);
pushbuf.c 403 struct nouveau_bufctx *bctx, *btmp;
493 struct nouveau_bufctx *bctx = push->bufctx;
635 drm_public struct nouveau_bufctx *
636 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *push, struct nouveau_bufctx *ctx)
638 struct nouveau_bufctx *prev = push->bufctx;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
nouveau_video.h 25 struct nouveau_bufctx *bufctx;
86 struct nouveau_bufctx *ctx, int bin, uint32_t rw)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
nouveau_video.h 25 struct nouveau_bufctx *bufctx;
86 struct nouveau_bufctx *ctx, int bin, uint32_t rw)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv50_context.h 145 struct nouveau_bufctx *bufctx_3d;
146 struct nouveau_bufctx *bufctx;
147 struct nouveau_bufctx *bufctx_cp;
260 void nv50_bufctx_fence(struct nouveau_bufctx *, bool on_flush);
289 struct nouveau_bufctx *);
nv50_winsys.h 20 nv50_add_bufctx_resident_bo(struct nouveau_bufctx *bufctx, int bin,
27 nv50_add_bufctx_resident(struct nouveau_bufctx *bufctx, int bin,
nv84_video.h 65 struct nouveau_bufctx *bsp_bufctx, *vp_bufctx;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv50_context.h 118 struct nouveau_bufctx *bufctx_3d;
119 struct nouveau_bufctx *bufctx;
120 struct nouveau_bufctx *bufctx_cp;
217 void nv50_bufctx_fence(struct nouveau_bufctx *, bool on_flush);
246 struct nouveau_bufctx *);
nv50_winsys.h 20 nv50_add_bufctx_resident_bo(struct nouveau_bufctx *bufctx, int bin,
27 nv50_add_bufctx_resident(struct nouveau_bufctx *bufctx, int bin,
nv84_video.h 65 struct nouveau_bufctx *bsp_bufctx, *vp_bufctx;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_context.h 178 struct nouveau_bufctx *bufctx_3d;
179 struct nouveau_bufctx *bufctx;
180 struct nouveau_bufctx *bufctx_cp;
316 void nvc0_bufctx_fence(struct nvc0_context *, struct nouveau_bufctx *,
355 struct nouveau_bufctx *);
nvc0_winsys.h 19 nv50_add_bufctx_resident_bo(struct nouveau_bufctx *bufctx, int bin,
26 nvc0_add_resident(struct nouveau_bufctx *bufctx, int bin,
nvc0_transfer.c 21 struct nouveau_bufctx *bctx = nvc0->bufctx;
130 struct nouveau_bufctx *bctx = nvc0->bufctx;
287 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx;
325 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_context.h 177 struct nouveau_bufctx *bufctx_3d;
178 struct nouveau_bufctx *bufctx;
179 struct nouveau_bufctx *bufctx_cp;
314 void nvc0_bufctx_fence(struct nvc0_context *, struct nouveau_bufctx *,
354 struct nouveau_bufctx *);
nvc0_winsys.h 19 nv50_add_bufctx_resident_bo(struct nouveau_bufctx *bufctx, int bin,
26 nvc0_add_resident(struct nouveau_bufctx *bufctx, int bin,
nvc0_transfer.c 21 struct nouveau_bufctx *bctx = nvc0->bufctx;
130 struct nouveau_bufctx *bctx = nvc0->bufctx;
287 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx;
325 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx;
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nouveau_context.h 51 struct nouveau_bufctx *bufctx;
nouveau_local.h 89 static struct nouveau_bufctx *
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nouveau_context.h 51 struct nouveau_bufctx *bufctx;
nouveau_local.h 89 static struct nouveau_bufctx *
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nv30_winsys.h 29 static inline struct nouveau_bufctx *
32 struct nouveau_bufctx **pctx = push->user_priv;
nv30_context.h 48 struct nouveau_bufctx *bufctx;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nv30_winsys.h 29 static inline struct nouveau_bufctx *
32 struct nouveau_bufctx **pctx = push->user_priv;
nv30_context.h 48 struct nouveau_bufctx *bufctx;

Completed in 48 milliseconds

1 2