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

/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_query.c37 struct nv50_query { struct
53 static INLINE struct nv50_query *
54 nv50_query(struct pipe_query *pipe) function
56 return (struct nv50_query *)pipe;
60 nv50_query_allocate(struct nv50_context *nv50, struct nv50_query *q, int size)
94 nv50_query_allocate(nv50_context(pipe), nv50_query(pq), 0);
95 FREE(nv50_query(pq));
102 struct nv50_query *q;
104 q = CALLOC_STRUCT(nv50_query);
127 nv50_query_get(struct nouveau_pushbuf *push, struct nv50_query *
[all...]

Completed in 23 milliseconds