Searched refs:threaded_query (Results 1 – 13 of 13) sorted by relevance
402 struct threaded_query { struct743 static inline struct threaded_query *744 threaded_query(struct pipe_query *q) in threaded_query() function746 return (struct threaded_query*)q; in threaded_query()
1199 struct threaded_query *tq = threaded_query(query); in tc_call_destroy_query()1243 struct threaded_query *tq = threaded_query(p->query); in tc_call_end_query()1256 struct threaded_query *tq = threaded_query(query); in tc_end_query()1276 struct threaded_query *tq = threaded_query(query); in tc_get_query_result()3582 struct threaded_query *tq, *tmp; in tc_flush_queries()
60 struct threaded_query base;
36 struct threaded_query base;
127 struct threaded_query b;
117 struct threaded_query b;
54 struct threaded_query base;1141 assert(!ctx->tc || !threaded_query(q)->flushed); in zink_get_query_result()1146 if (!threaded_query(q)->flushed) in zink_get_query_result()
49 struct threaded_query base;300 threaded_query(query)->flushed = trace_query(_query)->base.flushed; in trace_context_end_query()327 threaded_query(query)->flushed = trace_query(_query)->base.flushed; in trace_context_get_query_result()371 threaded_query(query)->flushed = tr_query->base.flushed; in trace_context_get_query_result_resource()
51 struct threaded_query b;
55 struct threaded_query b;
77 struct threaded_query b;
2051 - d3d12: Inherit from threaded_query
2577 - gallium/noop: use threaded_query