Lines Matching refs:qpci
10092 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()
33982 VkQueryPoolCreateInfo qpci{}; in TEST_F() local
33983 qpci.sType = VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO; in TEST_F()
33984 qpci.queryType = VK_QUERY_TYPE_PIPELINE_STATISTICS; in TEST_F()
33985 qpci.queryCount = 1; in TEST_F()
33986 err = vkCreateQueryPool(device, &qpci, nullptr, &query_pool); in TEST_F()