Lines Matching defs:pq
55 fd_destroy_query(struct pipe_context *pctx, struct pipe_query *pq) in_dt
57 struct fd_query *q = fd_query(pq);
62 fd_begin_query(struct pipe_context *pctx, struct pipe_query *pq) in_dt
64 struct fd_query *q = fd_query(pq);
72 fd_end_query(struct pipe_context *pctx, struct pipe_query *pq) in_dt
74 struct fd_query *q = fd_query(pq);
80 fd_begin_query(pctx, pq);
88 fd_get_query_result(struct pipe_context *pctx, struct pipe_query *pq, bool wait,
91 struct fd_query *q = fd_query(pq);
99 fd_render_condition(struct pipe_context *pctx, struct pipe_query *pq,
103 ctx->cond_query = pq;