Home
last modified time | relevance | path

Searched refs:nouveau_client (Results 1 – 13 of 13) sorted by relevance

/external/libdrm/nouveau/
Dprivate.h31 struct nouveau_client base;
37 nouveau_client(struct nouveau_client *client) in nouveau_client() function
43 cli_kref_get(struct nouveau_client *client, struct nouveau_bo *bo) in cli_kref_get()
45 struct nouveau_client_priv *pcli = nouveau_client(client); in cli_kref_get()
53 cli_push_get(struct nouveau_client *client, struct nouveau_bo *bo) in cli_push_get()
55 struct nouveau_client_priv *pcli = nouveau_client(client); in cli_push_get()
63 cli_kref_set(struct nouveau_client *client, struct nouveau_bo *bo, in cli_kref_set()
67 struct nouveau_client_priv *pcli = nouveau_client(client); in cli_kref_set()
Dnouveau.h90 struct nouveau_client { struct
95 int nouveau_client_new(struct nouveau_device *, struct nouveau_client **); argument
96 void nouveau_client_del(struct nouveau_client **);
151 struct nouveau_client *);
153 struct nouveau_client *);
171 struct nouveau_client *client;
178 int nouveau_bufctx_new(struct nouveau_client *, int bins,
192 struct nouveau_client *client;
208 int nouveau_pushbuf_new(struct nouveau_client *, struct nouveau_object *channel,
Dnouveau.c195 nouveau_client_new(struct nouveau_device *dev, struct nouveau_client **pclient) in nouveau_client_new()
234 nouveau_client_del(struct nouveau_client **pclient) in nouveau_client_del()
236 struct nouveau_client_priv *pcli = nouveau_client(*pclient); in nouveau_client_del()
573 struct nouveau_client *client) in nouveau_bo_wait()
607 struct nouveau_client *client) in nouveau_bo_map()
Dbufctx.c72 nouveau_bufctx_new(struct nouveau_client *client, int bins, in nouveau_bufctx_new()
Dpushbuf.c533 nouveau_pushbuf_new(struct nouveau_client *client, struct nouveau_object *chan, in nouveau_pushbuf_new()
643 struct nouveau_client *client = push->client; in nouveau_pushbuf_space()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.h17 struct nouveau_client *client;
Dnouveau_context.h13 struct nouveau_client *client;
Dnouveau_video.h24 struct nouveau_client *client;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_scratch.c38 struct nouveau_client *client = context_client(ctx); in nouveau_get_scratch()
Dnouveau_context.h49 struct nouveau_client *client;
Dnouveau_array.c104 struct nouveau_client *client = context_client(ctx); in nouveau_init_array()
Dnouveau_texture.c89 struct nouveau_client *client = context_client(ctx); in nouveau_teximage_map()
163 struct nouveau_client *client = context_client(ctx); in nouveau_map_texture_image()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_query.c323 nvc0_query_update(struct nouveau_client *cli, struct nvc0_query *q) in nvc0_query_update()