Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
H A DgenX_query.c71 const VkQueryPoolPerformanceCreateInfoKHR *perf_query_info = NULL; in CreateQueryPool() local
140 perf_query_info = vk_find_struct_const(pCreateInfo->pNext, in CreateQueryPool()
143 perf_query_info->pCounterIndices, in CreateQueryPool()
144 perf_query_info->counterIndexCount, in CreateQueryPool()
147 perf_query_info->counterIndexCount); in CreateQueryPool()
188 pool->n_counters = perf_query_info->counterIndexCount; in CreateQueryPool()
191 perf_query_info->pCounterIndices, in CreateQueryPool()
192 perf_query_info->counterIndexCount, in CreateQueryPool()
197 perf_query_info->pCounterIndices, in CreateQueryPool()
198 perf_query_info in CreateQueryPool()
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_query.c216 const VkQueryPoolPerformanceCreateInfoKHR *perf_query_info = NULL; in tu_CreateQueryPool() local
234 perf_query_info = in tu_CreateQueryPool()
237 assert(perf_query_info); in tu_CreateQueryPool()
241 (perf_query_info->counterIndexCount - 1); in tu_CreateQueryPool()
245 perf_query_info->counterIndexCount; in tu_CreateQueryPool()
265 pool->counter_index_count = perf_query_info->counterIndexCount; in tu_CreateQueryPool()
283 perf_query_info->pCounterIndices[i], &gid, &cid); in tu_CreateQueryPool()

Completed in 5 milliseconds