Searched refs:NUM_QUERIES (Results 1 – 3 of 3) sorted by relevance
42 #define NUM_QUERIES 8 macro50 struct pipe_query *query[NUM_QUERIES];51 union pipe_query_result *result[NUM_QUERIES];68 unsigned idx = (bq->head - bq->pending + 1) % NUM_QUERIES; in hud_batch_query_update()87 bq->head = (bq->head + 1) % NUM_QUERIES; in hud_batch_query_update()89 if (bq->pending == NUM_QUERIES) { in hud_batch_query_update()92 NUM_QUERIES); in hud_batch_query_update()185 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()