Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp10092 VkQueryPoolCreateInfo qpci{}; in TEST_F() local
10093 qpci.sType = VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO; in TEST_F()
10094 qpci.queryType = VK_QUERY_TYPE_TIMESTAMP; in TEST_F()
10095 qpci.queryCount = 1; in TEST_F()
10096 VkResult result = vkCreateQueryPool(m_device->device(), &qpci, nullptr, &query_pool); in TEST_F()
17324 VkQueryPoolCreateInfo qpci{}; in TEST_F() local
17325 qpci.sType = VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO; in TEST_F()
17326 qpci.queryType = VK_QUERY_TYPE_PIPELINE_STATISTICS; in TEST_F()
17327 qpci.queryCount = 1; in TEST_F()
17331 vkCreateQueryPool(local_device, &qpci, nullptr, &query_pool); in TEST_F()
[all …]