Searched refs:perf_query_info (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_query.c69 const VkQueryPoolPerformanceCreateInfoKHR *perf_query_info = NULL; local in function:genX
138 perf_query_info = vk_find_struct_const(pCreateInfo->pNext,
141 perf_query_info->pCounterIndices,
142 perf_query_info->counterIndexCount,
145 perf_query_info->counterIndexCount);
182 pool->n_counters = perf_query_info->counterIndexCount;
185 perf_query_info->pCounterIndices,
186 perf_query_info->counterIndexCount,
191 perf_query_info->pCounterIndices,
192 perf_query_info
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_query.c228 const VkQueryPoolPerformanceCreateInfoKHR *perf_query_info = NULL; local in function:tu_CreateQueryPool
243 perf_query_info =
246 assert(perf_query_info);
250 (perf_query_info->counterIndexCount - 1);
254 perf_query_info->counterIndexCount;
274 pool->counter_index_count = perf_query_info->counterIndexCount;
292 perf_query_info->pCounterIndices[i], &gid, &cid);

Completed in 4 milliseconds