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

  /external/libdrm/nouveau/
bufctx.c 44 struct nouveau_bufctx *bufctx; member in struct:nouveau_bufref_priv
145 pref->bufctx = bctx;
nouveau.h 194 struct nouveau_bufctx *bufctx; member in struct:nouveau_pushbuf
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.h 25 struct nouveau_bufctx *bufctx; member in struct:nouveau_decoder
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_winsys.h 30 bufctx(struct nouveau_pushbuf *push) function
39 nouveau_bufctx_reset(bufctx(push), bin);
46 nouveau_bufctx_refn(bufctx(push), bin, bo, access);
53 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
62 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
75 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
89 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
nv30_context.h 46 struct nouveau_bufctx *bufctx; member in struct:nv30_context
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.h 51 struct nouveau_bufctx *bufctx; member in struct:nouveau_hw_state
nouveau_vbo_t.c 235 struct nouveau_bufctx *bufctx = nctx->hw.bufctx; local
236 unsigned pushbuf_avail = PUSHBUF_DWORDS - 2 * (bufctx->relocs +
378 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx);
418 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h 82 struct nouveau_bufctx *bufctx; member in struct:nv50_context
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.h 78 struct nouveau_bufctx *bufctx; member in struct:nvc0_context

Completed in 71 milliseconds