Home
last modified time | relevance | path

Searched refs:nouveau_client (Results 1 - 11 of 11) sorted by relevance

/third_party/libdrm/nouveau/
H A Dprivate.h34 struct nouveau_client base;
40 nouveau_client(struct nouveau_client *client) in nouveau_client() function
46 cli_kref_get(struct nouveau_client *client, struct nouveau_bo *bo) in cli_kref_get()
48 struct nouveau_client_priv *pcli = nouveau_client(client); in cli_kref_get()
56 cli_push_get(struct nouveau_client *client, struct nouveau_bo *bo) in cli_push_get()
58 struct nouveau_client_priv *pcli = nouveau_client(client); in cli_push_get()
66 cli_kref_set(struct nouveau_client *client, struct nouveau_bo *bo, in cli_kref_set()
70 struct nouveau_client_priv *pcli = nouveau_client(client); in cli_kref_set()
H A Dnouveau.h85 struct nouveau_client { struct
90 int nouveau_client_new(struct nouveau_device *, struct nouveau_client **);
91 void nouveau_client_del(struct nouveau_client **);
147 struct nouveau_client *);
149 struct nouveau_client *);
172 struct nouveau_client *client;
179 int nouveau_bufctx_new(struct nouveau_client *, int bins,
193 struct nouveau_client *client;
209 int nouveau_pushbuf_new(struct nouveau_client *, struct nouveau_object *chan,
H A Dnouveau.c550 nouveau_client_new(struct nouveau_device *dev, struct nouveau_client **pclient) in nouveau_client_new()
589 nouveau_client_del(struct nouveau_client **pclient) in nouveau_client_del()
591 struct nouveau_client_priv *pcli = nouveau_client(*pclient); in nouveau_client_del()
839 struct nouveau_client *client) in nouveau_bo_wait()
874 struct nouveau_client *client) in nouveau_bo_map()
H A Dbufctx.c62 nouveau_bufctx_new(struct nouveau_client *client, int bins, in nouveau_bufctx_new()
H A Dpushbuf.c539 nouveau_pushbuf_new(struct nouveau_client *client, struct nouveau_object *chan, in nouveau_pushbuf_new()
649 struct nouveau_client *client = push->client; in nouveau_pushbuf_space()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_context.h16 struct nouveau_client *client;
H A Dnouveau_video.h24 struct nouveau_client *client;
H A Dnouveau_screen.h28 struct nouveau_client *client;
H A Dnouveau_vp3_video.h66 struct nouveau_client *client;
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video.h62 struct nouveau_client *client;
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c97 nvc0_hw_query_update(struct nouveau_client *cli, struct nvc0_query *q) in nvc0_hw_query_update()

Completed in 7 milliseconds