Searched refs:NUM_QUERIES (Results 1 – 4 of 4) 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 …]
15 #define NUM_QUERIES 5000 macro17 #define NUM_QUERIES 500 macro49 bool have_gs[NUM_QUERIES]; /* geometry shaders use GEOMETRY_SHADER_PRIMITIVES_BIT */50 bool have_xfb[NUM_QUERIES]; /* xfb was active during this query */213 NUM_QUERIES * get_num_results(query->type) * sizeof(uint64_t)); in qbo_append()221 NUM_QUERIES * get_num_results(query->type) * sizeof(uint64_t)); in qbo_append()231 … NUM_QUERIES * get_num_results(query->type) * sizeof(uint64_t)); in qbo_append()301 pool_create.queryCount = NUM_QUERIES; in zink_create_query()315 pool_create.queryCount = NUM_QUERIES; in zink_create_query()564 assert(query_id < NUM_QUERIES); in copy_pool_results_to_buffer()[all …]
14 static const size_t NUM_QUERIES = 50; variable48 for (size_t i = 0; i < NUM_QUERIES; ++i) { in run_queries()