Home | History | Annotate | Download | only in nv50

Lines Matching refs:pq

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