Home
last modified time | relevance | path

Searched refs:perf_ci (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dcore_validation.cpp4323 auto perf_ci = lvl_find_in_chain<VkQueryPoolPerformanceCreateInfoKHR>(pCreateInfo->pNext); in PreCallValidateCreateQueryPool() local
4324 if (!perf_ci) { in PreCallValidateCreateQueryPool()
4330 …const auto &perf_counter_iter = physical_device_state->perf_counters.find(perf_ci->queueFamilyInde… in PreCallValidateCreateQueryPool()
4337 for (uint32_t idx = 0; idx < perf_ci->counterIndexCount; idx++) { in PreCallValidateCreateQueryPool()
4338 if (perf_ci->pCounterIndices[idx] >= perf_counters->counters.size()) { in PreCallValidateCreateQueryPool()
4343 idx, perf_ci->pCounterIndices[idx]); in PreCallValidateCreateQueryPool()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dcore_validation.cpp5491 auto perf_ci = LvlFindInChain<VkQueryPoolPerformanceCreateInfoKHR>(pCreateInfo->pNext); in PreCallValidateCreateQueryPool() local
5492 if (!perf_ci) { in PreCallValidateCreateQueryPool()
5498 …const auto &perf_counter_iter = physical_device_state->perf_counters.find(perf_ci->queueFamilyInde… in PreCallValidateCreateQueryPool()
5505 for (uint32_t idx = 0; idx < perf_ci->counterIndexCount; idx++) { in PreCallValidateCreateQueryPool()
5506 if (perf_ci->pCounterIndices[idx] >= perf_counters->counters.size()) { in PreCallValidateCreateQueryPool()
5511 idx, perf_ci->pCounterIndices[idx]); in PreCallValidateCreateQueryPool()