Searched refs:threaded_query (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.h46 * - threaded_query for pipe_query (zero memory)
79 * - get_query_result (when threaded_query::flushed == true)
138 * If threaded_query::flushed == true, get_query_result should assume that
296 struct threaded_query { struct
399 static inline struct threaded_query *
400 threaded_query(struct pipe_query *q) function in typeref:struct:threaded_query *
402 return (struct threaded_query*)q;
H A Du_threaded_context.c352 struct threaded_query *tq = threaded_query(payload->query);
393 struct threaded_query *tq = threaded_query(p->query);
405 struct threaded_query *tq = threaded_query(query);
423 struct threaded_query *tq = threaded_query(query);
1960 struct threaded_query *tq, *tmp;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.h46 * - threaded_query for pipe_query (zero memory)
79 * - get_query_result (when threaded_query::flushed == true)
139 * If threaded_query::flushed == true, get_query_result should assume that
365 struct threaded_query { struct
545 static inline struct threaded_query *
546 threaded_query(struct pipe_query *q) function in typeref:struct:threaded_query *
548 return (struct threaded_query*)q;
H A Du_threaded_context.c784 struct threaded_query *tq = threaded_query(query);
827 struct threaded_query *tq = threaded_query(p->query);
840 struct threaded_query *tq = threaded_query(query);
858 struct threaded_query *tq = threaded_query(query);
2850 struct threaded_query *tq, *tmp;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query.h48 struct threaded_query base;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_query.h136 struct threaded_query b;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.h143 struct threaded_query b;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_query.h136 struct threaded_query b;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.h145 struct threaded_query b;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_query.c28 struct threaded_query base;
809 if (!threaded_query(q)->flushed)
813 } else if (!threaded_query(q)->flushed &&
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c51 struct threaded_query b;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c48 struct threaded_query base;
275 threaded_query(query)->flushed = trace_query(_query)->base.flushed;
302 threaded_query(query)->flushed = trace_query(_query)->base.flushed;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_query.c77 struct threaded_query b;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_query.c55 struct threaded_query b;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst2577 - gallium/noop: use threaded_query
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json31603 "description": "d3d12: Inherit from threaded_query",
[all...]

Completed in 144 milliseconds