Home
last modified time | relevance | path

Searched refs:after_expected_counts (Results 1 - 1 of 1) sorted by relevance

/third_party/vulkan-loader/tests/
H A Dloader_regression_tests.cpp2090 uint32_t after_expected_counts[4] = {1, 3, 1, 2}; in TEST() local
2118 ASSERT_EQ(group_props_after[group].physicalDeviceCount, after_expected_counts[group]); in TEST()
2127 ASSERT_EQ(group_props_after[group].physicalDeviceCount, after_expected_counts[group]); in TEST()
2186 uint32_t after_expected_counts[3] = {1, 3, 2}; in TEST() local
2214 ASSERT_EQ(group_props_after[group].physicalDeviceCount, after_expected_counts[group]); in TEST()
2273 uint32_t after_expected_counts[3] = {1, 4, 2}; in TEST() local
2299 ASSERT_EQ(group_props_after[group].physicalDeviceCount, after_expected_counts[group]); in TEST()
2358 uint32_t after_expected_counts[3] = {1, 2, 2}; in TEST() local
2393 ASSERT_EQ(group_props_after[group].physicalDeviceCount, after_expected_counts[group]); in TEST()
2414 ASSERT_EQ(found, found_count != 0 && found_count == after_expected_counts[group in TEST()
[all...]

Completed in 6 milliseconds