Searched refs:query_count (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_query.c45 pool->query_count = pCreateInfo->queryCount;
49 const uint32_t pool_bytes = sizeof(struct v3dv_query) * pool->query_count;
62 const uint32_t query_groups = DIV_ROUND_UP(pool->query_count, 16);
76 for (i = 0; i < pool->query_count; i++) {
238 assert(first < pool->query_count);
239 assert(first + count <= pool->query_count);
H A Dv3dv_queue.c180 assert(i < info->pool->query_count);
206 assert(info->query + i < info->pool->query_count);
463 assert(info->query + i < info->pool->query_count);
H A Dv3dv_cmd_buffer.c653 const uint32_t query_count = state->query.end.used_count; local in function:cmd_buffer_add_cpu_jobs_for_pending_state
654 for (uint32_t i = 0; i < query_count; i++) {
3024 assert(first < pool->query_count);
3025 assert(first + count <= pool->query_count);
3075 assert(query < pool->query_count);
3087 assert(query < pool->query_count);
3166 assert(first < pool->query_count);
3167 assert(first + count <= pool->query_count);
H A Dv3dv_private.h1261 uint32_t query_count; member in struct:v3dv_query_pool
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_perfmon.c472 unsigned query_count(unsigned group) function in typeref:typename:unsigned
496 unsigned count = query_count(index);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_query_pm.c647 unsigned query_count(unsigned group) function in typeref:typename:unsigned
671 unsigned count = query_count(index);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c2767 for (unsigned i = qcmd->first_query; i < qcmd->first_query + qcmd->query_count; i++) {
2797 for (unsigned i = copycmd->first_query; i < copycmd->first_query + copycmd->query_count; i++) {

Completed in 43 milliseconds