Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h298 struct threaded_query { struct
408 static inline struct threaded_query *
409 threaded_query(struct pipe_query *q) in threaded_query() function
411 return (struct threaded_query*)q; in threaded_query()
Du_threaded_context.c422 struct threaded_query *tq = threaded_query(payload->query); in tc_call_destroy_query()
463 struct threaded_query *tq = threaded_query(p->query); in tc_call_end_query()
475 struct threaded_query *tq = threaded_query(query); in tc_end_query()
493 struct threaded_query *tq = threaded_query(query); in tc_get_query_result()
2124 struct threaded_query *tq, *tmp; in tc_flush_queries()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.h151 struct threaded_query b;
/external/mesa3d/src/gallium/drivers/r600/
Dr600_query.h136 struct threaded_query b;