Searched defs:max_query_count (Results 1 – 2 of 2) sorted by relevance
30 uint32_t max_query_count = VULKAN_QUERY_POOL_SIZE; member
14374 …const uint32_t max_query_count = std::min(queryCount, query_pool_state->createInfo.queryCount - fi… in PostCallRecordResetQueryPoolEXT() local