Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/
H A Dloader_regression_tests.cpp2639 std::array<FakePnextSharedWithICD, max_phys_dev_groups> fake_structs; in TEST() local
2643 fake_structs[group].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_PROPERTIES_EXT; in TEST()
2644 physical_device_groups[group].pNext = &fake_structs[group]; in TEST()
2651 ASSERT_EQ(fake_structs[group].value, 0xDECAFBAD); in TEST()

Completed in 6 milliseconds