Lines Matching refs:pq
91 nvc0_query_destroy(struct pipe_context *pipe, struct pipe_query *pq) in nvc0_query_destroy() argument
93 nvc0_query_allocate(nvc0_context(pipe), nvc0_query(pq), 0); in nvc0_query_destroy()
94 FREE(nvc0_query(pq)); in nvc0_query_destroy()
181 nvc0_query_begin(struct pipe_context *pipe, struct pipe_query *pq) in nvc0_query_begin() argument
185 struct nvc0_query *q = nvc0_query(pq); in nvc0_query_begin()
253 nvc0_query_end(struct pipe_context *pipe, struct pipe_query *pq) in nvc0_query_end() argument
257 struct nvc0_query *q = nvc0_query(pq); in nvc0_query_end()
335 nvc0_query_result(struct pipe_context *pipe, struct pipe_query *pq, in nvc0_query_result() argument
339 struct nvc0_query *q = nvc0_query(pq); in nvc0_query_result()
409 nvc0_query_fifo_wait(struct nouveau_pushbuf *push, struct pipe_query *pq) in nvc0_query_fifo_wait() argument
411 struct nvc0_query *q = nvc0_query(pq); in nvc0_query_fifo_wait()
428 struct pipe_query *pq, uint mode) in nvc0_render_condition() argument
439 if (!pq) { in nvc0_render_condition()
444 q = nvc0_query(pq); in nvc0_render_condition()
472 nvc0_query_fifo_wait(push, pq); in nvc0_render_condition()
484 struct pipe_query *pq, unsigned result_offset) in nvc0_query_pushbuf_submit() argument
486 struct nvc0_query *q = nvc0_query(pq); in nvc0_query_pushbuf_submit()
508 nvc0_query(targ->pq)->index = index; in nvc0_so_target_save_offset()
510 nvc0_query_end(pipe, targ->pq); in nvc0_so_target_save_offset()