Home
last modified time | relevance | path

Searched refs:nouveau_client (Results 1 – 15 of 15) 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.h85 struct nouveau_client { struct
90 int nouveau_client_new(struct nouveau_device *, struct nouveau_client **); argument
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,
Dnouveau.c536 nouveau_client_new(struct nouveau_device *dev, struct nouveau_client **pclient) in nouveau_client_new()
575 nouveau_client_del(struct nouveau_client **pclient) in nouveau_client_del()
577 struct nouveau_client_priv *pcli = nouveau_client(*pclient); in nouveau_client_del()
826 struct nouveau_client *client) in nouveau_bo_wait()
861 struct nouveau_client *client) in nouveau_bo_map()
Dbufctx.c62 nouveau_bufctx_new(struct nouveau_client *client, int bins, in nouveau_bufctx_new()
Dpushbuf.c532 nouveau_pushbuf_new(struct nouveau_client *client, struct nouveau_object *chan, in nouveau_pushbuf_new()
642 struct nouveau_client *client = push->client; in nouveau_pushbuf_space()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.h62 struct nouveau_client *client;
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_context.h16 struct nouveau_client *client;
Dnouveau_video.h24 struct nouveau_client *client;
Dnouveau_screen.h24 struct nouveau_client *client;
Dnouveau_vp3_video.h66 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.c94 struct nouveau_client *client = context_client(ctx); in nouveau_map_texture_image()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw.c102 nvc0_hw_query_update(struct nouveau_client *cli, struct nvc0_query *q) in nvc0_hw_query_update()