/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 *);
|
pushbuf.c | 400 struct nouveau_bufctx *bctx, *btmp; 490 struct nouveau_bufctx *bctx = push->bufctx; 632 struct nouveau_bufctx * 633 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *push, struct nouveau_bufctx *ctx) 635 struct nouveau_bufctx *prev = push->bufctx;
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_video.h | 25 struct nouveau_bufctx *bufctx; 86 struct nouveau_bufctx *ctx, int bin, uint32_t rw)
|
/external/mesa3d/src/gallium/drivers/nv50/ |
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,
|
nv50_context.h | 81 struct nouveau_bufctx *bufctx_3d; 82 struct nouveau_bufctx *bufctx; 189 void nv50_bufctx_fence(struct nouveau_bufctx *, boolean on_flush);
|
nv50_transfer.c | 59 struct nouveau_bufctx *bctx = nv50->bufctx; 214 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx; 390 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx;
|
nv50_context.c | 204 nv50_bufctx_fence(struct nouveau_bufctx *bufctx, boolean on_flush)
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
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_context.h | 77 struct nouveau_bufctx *bufctx_3d; 78 struct nouveau_bufctx *bufctx; 192 void nvc0_bufctx_fence(struct nvc0_context *, struct nouveau_bufctx *,
|
nvc0_transfer.c | 23 struct nouveau_bufctx *bctx = nvc0->bufctx; 118 struct nouveau_bufctx *bctx = nvc0->bufctx; 271 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx; 309 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx; 469 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx;
|
nvc0_context.c | 209 nvc0_bufctx_fence(struct nvc0_context *nvc0, struct nouveau_bufctx *bufctx,
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_context.h | 51 struct nouveau_bufctx *bufctx;
|
nouveau_local.h | 89 static struct nouveau_bufctx *
|
nouveau_vbo_t.c | 235 struct nouveau_bufctx *bufctx = nctx->hw.bufctx;
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_winsys.h | 29 static INLINE struct nouveau_bufctx * 32 struct nouveau_bufctx **pctx = push->user_priv;
|
nv30_context.h | 46 struct nouveau_bufctx *bufctx;
|
nv30_state_validate.c | 463 struct nouveau_bufctx *bctx = nv30->bufctx;
|