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

1 2

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nv30_context.c 43 if (!push->user_priv)
45 nv30 = container_of(push->user_priv, struct nv30_context, bufctx);
171 if (nv30->screen->base.pushbuf->user_priv == &nv30->bufctx)
172 nv30->screen->base.pushbuf->user_priv = NULL;
nv30_winsys.h 32 struct nouveau_bufctx **pctx = push->user_priv;
nv30_state_validate.c 460 nv30->base.pushbuf->user_priv = &nv30->bufctx;
nv30_vbo.c 589 push->user_priv = &nv30->bufctx;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nv30_context.c 43 if (!push->user_priv)
45 nv30 = container_of(push->user_priv, nv30, bufctx);
171 if (nv30->screen->base.pushbuf->user_priv == &nv30->bufctx)
172 nv30->screen->base.pushbuf->user_priv = NULL;
nv30_winsys.h 32 struct nouveau_bufctx **pctx = push->user_priv;
nv30_state_validate.c 460 nv30->base.pushbuf->user_priv = &nv30->bufctx;
nv30_vbo.c 572 push->user_priv = &nv30->bufctx;
  /xsrc/external/mit/libdrm/dist/nouveau/
pushbuf.c 129 kbo = (void *)(unsigned long)kref->user_priv;
200 kref->user_priv = (unsigned long)bo;
278 bo = (void *)(uintptr_t)kref->user_priv;
295 bo = (void *)(unsigned long)kref->user_priv;
373 bo = (void *)(unsigned long)kref->user_priv;
417 bo = (void *)(unsigned long)kref->user_priv;
448 struct nouveau_bo *bo = (void *)(unsigned long)kref->user_priv;
619 unsigned long priv = kref++->user_priv;
nouveau.h 198 void *user_priv; member in struct:nouveau_pushbuf
  /xsrc/external/mit/libdrm/dist/include/drm/
nouveau_drm.h 134 __u64 user_priv; member in struct:drm_nouveau_gem_pushbuf_bo
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nouveau_local.h 92 return push->user_priv;
nv04_render.c 173 nouveau_pushbuf_bufctx(push, push->user_priv);
nouveau_context.c 175 nctx->hw.pushbuf->user_priv = nctx->hw.bufctx;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nouveau_local.h 92 return push->user_priv;
nv04_render.c 173 nouveau_pushbuf_bufctx(push, push->user_priv);
nouveau_context.c 175 nctx->hw.pushbuf->user_priv = nctx->hw.bufctx;
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nouveau_local.h 141 return push->user_priv;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv50_screen.c 601 screen->base.pushbuf->user_priv = NULL;
1036 screen->base.pushbuf->user_priv = screen;
nv50_context.c 137 struct nv50_screen *screen = push->user_priv;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv50_screen.c 525 screen->base.pushbuf->user_priv = NULL;
950 screen->base.pushbuf->user_priv = screen;
nv50_context.c 120 struct nv50_screen *screen = push->user_priv;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_context.c 281 struct nvc0_screen *screen = push->user_priv;
nvc0_screen.c 707 screen->base.pushbuf->user_priv = NULL;
1067 push->user_priv = screen;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_context.c 228 struct nvc0_screen *screen = push->user_priv;

Completed in 46 milliseconds

1 2