Searched refs:nouveau_client (Results 1 – 15 of 15) 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 | 85 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,
|
D | nouveau.c | 536 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()
|
D | bufctx.c | 62 nouveau_bufctx_new(struct nouveau_client *client, int bins, in nouveau_bufctx_new()
|
D | pushbuf.c | 532 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/ |
D | nv84_video.h | 62 struct nouveau_client *client;
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_context.h | 16 struct nouveau_client *client;
|
D | nouveau_video.h | 24 struct nouveau_client *client;
|
D | nouveau_screen.h | 24 struct nouveau_client *client;
|
D | nouveau_vp3_video.h | 66 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 | 94 struct nouveau_client *client = context_client(ctx); in nouveau_map_texture_image()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_query_hw.c | 102 nvc0_hw_query_update(struct nouveau_client *cli, struct nvc0_query *q) in nvc0_hw_query_update()
|