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