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

1 2

  /xsrc/external/mit/libdrm/dist/nouveau/
private.h 34 struct nouveau_client base;
40 nouveau_client(struct nouveau_client *client) function
46 cli_kref_get(struct nouveau_client *client, struct nouveau_bo *bo)
48 struct nouveau_client_priv *pcli = nouveau_client(client);
56 cli_push_get(struct nouveau_client *client, struct nouveau_bo *bo)
58 struct nouveau_client_priv *pcli = nouveau_client(client);
66 cli_kref_set(struct nouveau_client *client, struct nouveau_bo *bo,
70 struct nouveau_client_priv *pcli = nouveau_client(client);
nouveau.h 85 struct nouveau_client { struct
90 int nouveau_client_new(struct nouveau_device *, struct nouveau_client **);
91 void nouveau_client_del(struct nouveau_client **);
148 struct nouveau_client *);
150 struct nouveau_client *);
173 struct nouveau_client *client;
180 int nouveau_bufctx_new(struct nouveau_client *, int bins,
194 struct nouveau_client *client;
210 int nouveau_pushbuf_new(struct nouveau_client *, struct nouveau_object *chan,
bufctx.c 62 nouveau_bufctx_new(struct nouveau_client *client, int bins,
nouveau.c 550 nouveau_client_new(struct nouveau_device *dev, struct nouveau_client **pclient)
589 nouveau_client_del(struct nouveau_client **pclient)
591 struct nouveau_client_priv *pcli = nouveau_client(*pclient);
847 struct nouveau_client *client)
882 struct nouveau_client *client)
pushbuf.c 539 nouveau_pushbuf_new(struct nouveau_client *client, struct nouveau_object *chan,
649 struct nouveau_client *client = push->client;
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nouveau_scratch.c 38 struct nouveau_client *client = context_client(ctx);
nouveau_context.h 49 struct nouveau_client *client;
nouveau_array.c 104 struct nouveau_client *client = context_client(ctx);
nouveau_texture.c 97 struct nouveau_client *client = context_client(ctx);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nouveau_scratch.c 38 struct nouveau_client *client = context_client(ctx);
nouveau_context.h 49 struct nouveau_client *client;
nouveau_array.c 104 struct nouveau_client *client = context_client(ctx);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
nouveau_context.h 16 struct nouveau_client *client;
nouveau_video.h 24 struct nouveau_client *client;
nouveau_screen.h 28 struct nouveau_client *client;
nouveau_vp3_video.h 66 struct nouveau_client *client;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv84_video.h 62 struct nouveau_client *client;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
nouveau_context.h 16 struct nouveau_client *client;
nouveau_video.h 24 struct nouveau_client *client;
nouveau_screen.h 28 struct nouveau_client *client;
nouveau_vp3_video.h 66 struct nouveau_client *client;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv84_video.h 62 struct nouveau_client *client;
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv_type.h 97 struct nouveau_client *client;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_query_hw.c 97 nvc0_hw_query_update(struct nouveau_client *cli, struct nvc0_query *q)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_query_hw.c 97 nvc0_hw_query_update(struct nouveau_client *cli, struct nvc0_query *q)

Completed in 15 milliseconds

1 2