Searched refs:NUM_QUERIES (Results 1 – 2 of 2) sorted by relevance
42 #define NUM_QUERIES 8 macro51 struct pipe_query *query[NUM_QUERIES];52 union pipe_query_result *result[NUM_QUERIES];72 unsigned idx = (bq->head - bq->pending + 1) % NUM_QUERIES; in hud_batch_query_update()91 bq->head = (bq->head + 1) % NUM_QUERIES; in hud_batch_query_update()93 if (bq->pending == NUM_QUERIES) { in hud_batch_query_update()96 NUM_QUERIES); in hud_batch_query_update()189 for (idx = 0; idx < NUM_QUERIES; ++idx) { in hud_batch_query_cleanup()207 struct pipe_query *query[NUM_QUERIES];220 unsigned idx = (bq->head - bq->pending) % NUM_QUERIES; in query_new_value_batch()[all …]
14 static const size_t NUM_QUERIES = 50; variable48 for (size_t i = 0; i < NUM_QUERIES; ++i) { in run_queries()