Home
last modified time | relevance | path

Searched refs:threaded_query (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h365 struct threaded_query { struct
545 static inline struct threaded_query *
546 threaded_query(struct pipe_query *q) in threaded_query() function
548 return (struct threaded_query*)q; in threaded_query()
Du_threaded_context.c784 struct threaded_query *tq = threaded_query(query); in tc_call_destroy_query()
827 struct threaded_query *tq = threaded_query(p->query); in tc_call_end_query()
840 struct threaded_query *tq = threaded_query(query); in tc_end_query()
858 struct threaded_query *tq = threaded_query(query); in tc_get_query_result()
2850 struct threaded_query *tq, *tmp; in tc_flush_queries()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.h48 struct threaded_query base;
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_query.h136 struct threaded_query b;
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.h145 struct threaded_query b;
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_query.c28 struct threaded_query base;
825 if (!threaded_query(q)->flushed) in zink_get_query_result()
829 } else if (!threaded_query(q)->flushed && in zink_get_query_result()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c48 struct threaded_query base;
275 threaded_query(query)->flushed = trace_query(_query)->base.flushed; in trace_context_end_query()
302 threaded_query(query)->flushed = trace_query(_query)->base.flushed; in trace_context_get_query_result()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c51 struct threaded_query b;
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_query.c55 struct threaded_query b;
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_query.c77 struct threaded_query b;
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst2577 - gallium/noop: use threaded_query