Home | History | Annotate | Download | only in nv30

Lines Matching refs:pq

142 nv30_query_destroy(struct pipe_context *pipe, struct pipe_query *pq)
144 FREE(pq);
148 nv30_query_begin(struct pipe_context *pipe, struct pipe_query *pq)
151 struct nv30_query *q = nv30_query(pq);
177 nv30_query_end(struct pipe_context *pipe, struct pipe_query *pq)
181 struct nv30_query *q = nv30_query(pq);
198 nv30_query_result(struct pipe_context *pipe, struct pipe_query *pq,
202 struct nv30_query *q = nv30_query(pq);
235 struct pipe_query *pq, uint mode)
238 struct nv30_query *q = nv30_query(pq);
241 if (!pq) {