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

  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
genX_query.c 142 perf_query_info->counterIndexCount,
145 perf_query_info->counterIndexCount);
182 pool->n_counters = perf_query_info->counterIndexCount;
186 perf_query_info->counterIndexCount,
192 perf_query_info->counterIndexCount,
anv_perf.c 393 pPerformanceQueryCreateInfo->counterIndexCount,
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_query.c 250 (perf_query_info->counterIndexCount - 1);
254 perf_query_info->counterIndexCount;
274 pool->counter_index_count = perf_query_info->counterIndexCount;
1479 for (unsigned i = 0; i < pPerformanceQueryCreateInfo->counterIndexCount; i++) {
  /xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan_core.h 7120 uint32_t counterIndexCount;

Completed in 24 milliseconds