Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.h1976 …bool ValidateQueryRange(VkDevice device, VkQueryPool queryPool, uint32_t totalCount, uint32_t firs…
Dcore_validation.cpp14324 bool CoreChecks::ValidateQueryRange(VkDevice device, VkQueryPool queryPool, uint32_t totalCount, ui… in ValidateQueryRange() function in CoreChecks
14356 …skip |= ValidateQueryRange(device, queryPool, query_pool_state->createInfo.queryCount, firstQuery,… in PreCallValidateResetQueryPoolEXT()