Searched defs:nv50_query (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query.h9 struct nv50_query;
12 void (*destroy_query)(struct nv50_context *, struct nv50_query *);
13 boolean (*begin_query)(struct nv50_context *, struct nv50_query *);
14 void (*end_query)(struct nv50_context *, struct nv50_query *);
15 boolean (*get_query_result)(struct nv50_context *, struct nv50_query *,
19 struct nv50_query { struct
25 static inline struct nv50_query *
26 nv50_query(struct pipe_query *pipe) function
28 return (struct nv50_query *)pipe;

Completed in 90 milliseconds