Searched refs:NUM_QUERIES (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_driver_query.c42 #define NUM_QUERIES 8 macro
50 struct pipe_query *query[NUM_QUERIES];
51 union pipe_query_result *result[NUM_QUERIES];
68 unsigned idx = (bq->head - bq->pending + 1) % NUM_QUERIES;
87 bq->head = (bq->head + 1) % NUM_QUERIES;
89 if (bq->pending == NUM_QUERIES) {
92 NUM_QUERIES);
185 for (idx = 0; idx < NUM_QUERIES; ++idx) {
207 struct pipe_query *query[NUM_QUERIES];
220 unsigned idx = (bq->head - bq->pending) % NUM_QUERIES;
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_driver_query.c42 #define NUM_QUERIES 8 macro
50 struct pipe_query *query[NUM_QUERIES];
51 union pipe_query_result *result[NUM_QUERIES];
68 unsigned idx = (bq->head - bq->pending + 1) % NUM_QUERIES;
87 bq->head = (bq->head + 1) % NUM_QUERIES;
89 if (bq->pending == NUM_QUERIES) {
92 NUM_QUERIES);
185 for (idx = 0; idx < NUM_QUERIES; ++idx) {
207 struct pipe_query *query[NUM_QUERIES];
220 unsigned idx = (bq->head - bq->pending) % NUM_QUERIES;
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_query.c15 #define NUM_QUERIES 5000 macro
17 #define NUM_QUERIES 500 macro
49 bool have_gs[NUM_QUERIES]; /* geometry shaders use GEOMETRY_SHADER_PRIMITIVES_BIT */
50 bool have_xfb[NUM_QUERIES]; /* xfb was active during this query */
197 NUM_QUERIES * get_num_results(query->type) * sizeof(uint64_t));
205 NUM_QUERIES * get_num_results(query->type) * sizeof(uint64_t));
215 NUM_QUERIES * get_num_results(query->type) * sizeof(uint64_t));
285 pool_create.queryCount = NUM_QUERIES;
299 pool_create.queryCount = NUM_QUERIES;
550 assert(query_id < NUM_QUERIES);
[all...]

Completed in 6 milliseconds