Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dcore_validation.h1976 …bool ValidateQueryRange(VkDevice device, VkQueryPool queryPool, uint32_t totalCount, uint32_t firs…
H A 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()