Searched refs:query_pool_ci (Results 1 – 1 of 1) sorted by relevance
10482 VkQueryPoolCreateInfo query_pool_ci{}; in TEST_F() local10483 query_pool_ci.sType = VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO; in TEST_F()10484 query_pool_ci.queryType = VK_QUERY_TYPE_TIMESTAMP; in TEST_F()10485 query_pool_ci.queryCount = 1; in TEST_F()10486 vkCreateQueryPool(m_device->device(), &query_pool_ci, nullptr, &query_pool); in TEST_F()