Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp11476 unordered_set<int> activeTypes; in ValidateSecondaryCommandBufferState() local
11494 activeTypes.insert(query_pool_state->createInfo.queryType); in ValidateSecondaryCommandBufferState()
11499 if (query_pool_state && activeTypes.count(query_pool_state->createInfo.queryType)) { in ValidateSecondaryCommandBufferState()