Lines Matching refs:pq
92 nv50_query_destroy(struct pipe_context *pipe, struct pipe_query *pq) in nv50_query_destroy() argument
94 nv50_query_allocate(nv50_context(pipe), nv50_query(pq), 0); in nv50_query_destroy()
95 FREE(nv50_query(pq)); in nv50_query_destroy()
142 nv50_query_begin(struct pipe_context *pipe, struct pipe_query *pq) in nv50_query_begin() argument
146 struct nv50_query *q = nv50_query(pq); in nv50_query_begin()
195 nv50_query_end(struct pipe_context *pipe, struct pipe_query *pq) in nv50_query_end() argument
199 struct nv50_query *q = nv50_query(pq); in nv50_query_end()
246 nv50_query_result(struct pipe_context *pipe, struct pipe_query *pq, in nv50_query_result() argument
250 struct nv50_query *q = nv50_query(pq); in nv50_query_result()
308 nv84_query_fifo_wait(struct nouveau_pushbuf *push, struct pipe_query *pq) in nv84_query_fifo_wait() argument
310 struct nv50_query *q = nv50_query(pq); in nv84_query_fifo_wait()
324 struct pipe_query *pq, uint mode) in nv50_render_condition() argument
332 if (!pq) { in nv50_render_condition()
337 q = nv50_query(pq); in nv50_render_condition()
353 struct pipe_query *pq, unsigned result_offset) in nv50_query_pushbuf_submit() argument
355 struct nv50_query *q = nv50_query(pq); in nv50_query_pushbuf_submit()
379 nv50_query(targ->pq)->index = index; in nva0_so_target_save_offset()
380 nv50_query_end(pipe, targ->pq); in nva0_so_target_save_offset()