Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_others.cpp1109 VkQueryPoolCreateInfo qpci{}; in TEST_F() local
1110 qpci.sType = VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO; in TEST_F()
1111 qpci.queryType = VK_QUERY_TYPE_TIMESTAMP; in TEST_F()
1112 qpci.queryCount = 1; in TEST_F()
1113 VkResult result = vkCreateQueryPool(m_device->device(), &qpci, nullptr, &query_pool); in TEST_F()
1464 VkQueryPoolCreateInfo qpci{}; in TEST_F() local
1465 qpci.sType = VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO; in TEST_F()
1466 qpci.queryType = VK_QUERY_TYPE_PIPELINE_STATISTICS; in TEST_F()
1467 qpci.queryCount = 1; in TEST_F()
1471 vkCreateQueryPool(local_device, &qpci, nullptr, &query_pool); in TEST_F()
Dvkpositivelayertests.cpp6726 VkQueryPoolCreateInfo qpci{}; in TEST_F() local
6727 qpci.sType = VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO; in TEST_F()
6728 qpci.queryType = VK_QUERY_TYPE_PIPELINE_STATISTICS; in TEST_F()
6729 qpci.queryCount = 1; in TEST_F()
6730 err = vkCreateQueryPool(device, &qpci, nullptr, &query_pool); in TEST_F()