HomeSort by: relevance | last modified time | path
    Searched refs:query_count (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_query.c 45 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);
v3dv_queue.c 180 assert(i < info->pool->query_count);
206 assert(info->query + i < info->pool->query_count);
463 assert(info->query + i < info->pool->query_count);
v3dv_cmd_buffer.c 653 const uint32_t query_count = state->query.end.used_count; local
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);
v3dv_private.h 1261 uint32_t query_count; member in struct:v3dv_query_pool
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_perfmon.c 472 unsigned query_count(unsigned group) function
496 unsigned count = query_count(index);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
etnaviv_query_pm.c 647 unsigned query_count(unsigned group) function
671 unsigned count = query_count(index);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_execute.c 2767 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 14 milliseconds