Searched refs:nouveau_client (Results 1 – 13 of 13) sorted by relevance
/external/libdrm/nouveau/ |
D | private.h | 31 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()
|
D | nouveau.h | 90 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,
|
D | nouveau.c | 195 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()
|
D | bufctx.c | 72 nouveau_bufctx_new(struct nouveau_client *client, int bins, in nouveau_bufctx_new()
|
D | pushbuf.c | 533 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/ |
D | nouveau_screen.h | 17 struct nouveau_client *client;
|
D | nouveau_context.h | 13 struct nouveau_client *client;
|
D | nouveau_video.h | 24 struct nouveau_client *client;
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_scratch.c | 38 struct nouveau_client *client = context_client(ctx); in nouveau_get_scratch()
|
D | nouveau_context.h | 49 struct nouveau_client *client;
|
D | nouveau_array.c | 104 struct nouveau_client *client = context_client(ctx); in nouveau_init_array()
|
D | nouveau_texture.c | 89 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/ |
D | nvc0_query.c | 323 nvc0_query_update(struct nouveau_client *cli, struct nvc0_query *q) in nvc0_query_update()
|