OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nouveau_client
(Results
1 - 13
of
13
) sorted by null
/external/libdrm/nouveau/
private.h
31
struct
nouveau_client
base;
37
nouveau_client
(struct
nouveau_client
*client)
function
43
cli_kref_get(struct
nouveau_client
*client, struct nouveau_bo *bo)
45
struct nouveau_client_priv *pcli =
nouveau_client
(client);
53
cli_push_get(struct
nouveau_client
*client, struct nouveau_bo *bo)
55
struct nouveau_client_priv *pcli =
nouveau_client
(client);
63
cli_kref_set(struct
nouveau_client
*client, struct nouveau_bo *bo,
67
struct nouveau_client_priv *pcli =
nouveau_client
(client);
nouveau.h
85
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,
bufctx.c
66
nouveau_bufctx_new(struct
nouveau_client
*client, int bins,
nouveau.c
540
nouveau_client_new(struct nouveau_device *dev, struct
nouveau_client
**pclient)
579
nouveau_client_del(struct
nouveau_client
**pclient)
581
struct nouveau_client_priv *pcli =
nouveau_client
(*pclient);
830
struct
nouveau_client
*client)
865
struct
nouveau_client
*client)
pushbuf.c
536
nouveau_pushbuf_new(struct
nouveau_client
*client, struct nouveau_object *chan,
646
struct
nouveau_client
*client = push->client;
/external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.h
17
struct
nouveau_client
*client;
nouveau_context.h
13
struct
nouveau_client
*client;
nouveau_video.h
24
struct
nouveau_client
*client;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_scratch.c
38
struct
nouveau_client
*client = context_client(ctx);
nouveau_array.c
104
struct
nouveau_client
*client = context_client(ctx);
nouveau_context.h
49
struct
nouveau_client
*client;
nouveau_texture.c
89
struct
nouveau_client
*client = context_client(ctx);
163
struct
nouveau_client
*client = context_client(ctx);
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_query.c
323
nvc0_query_update(struct
nouveau_client
*cli, struct nvc0_query *q)
Completed in 196 milliseconds