Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h402 struct threaded_query { struct
743 static inline struct threaded_query *
744 threaded_query(struct pipe_query *q) in threaded_query() function
746 return (struct threaded_query*)q; in threaded_query()
Du_threaded_context.c1199 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()
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_query.h60 struct threaded_query base;
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.h36 struct threaded_query base;
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.h127 struct threaded_query b;
/external/mesa3d/src/gallium/drivers/r600/
Dr600_query.h117 struct threaded_query b;
/external/mesa3d/src/gallium/drivers/zink/
Dzink_query.c54 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()
/external/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c49 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()
/external/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c51 struct threaded_query b;
/external/mesa3d/src/gallium/drivers/iris/
Diris_query.c55 struct threaded_query b;
/external/mesa3d/src/gallium/drivers/crocus/
Dcrocus_query.c77 struct threaded_query b;
/external/mesa3d/docs/relnotes/
D22.0.0.rst2051 - d3d12: Inherit from threaded_query
D21.3.0.rst2577 - gallium/noop: use threaded_query