Lines Matching refs:query_pool_ci
1941 VkQueryPoolCreateInfo query_pool_ci{}; in TEST_F() local
1942 query_pool_ci.sType = VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO; in TEST_F()
1943 query_pool_ci.queryType = VK_QUERY_TYPE_TIMESTAMP; in TEST_F()
1944 query_pool_ci.queryCount = 1; in TEST_F()
1945 vkCreateQueryPool(m_device->device(), &query_pool_ci, nullptr, &query_pool); in TEST_F()
1979 VkQueryPoolCreateInfo query_pool_ci{}; in TEST_F() local
1980 query_pool_ci.sType = VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO; in TEST_F()
1981 query_pool_ci.queryType = VK_QUERY_TYPE_TIMESTAMP; in TEST_F()
1982 query_pool_ci.queryCount = 1; in TEST_F()
1983 vkCreateQueryPool(m_device->device(), &query_pool_ci, nullptr, &query_pool); in TEST_F()
4031 VkQueryPoolCreateInfo query_pool_ci{}; in TEST_F() local
4032 query_pool_ci.sType = VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO; in TEST_F()
4033 query_pool_ci.queryType = VK_QUERY_TYPE_TIMESTAMP; in TEST_F()
4034 query_pool_ci.queryCount = 1; in TEST_F()
4035 vkCreateQueryPool(m_device->device(), &query_pool_ci, nullptr, &query_pool); in TEST_F()