Searched refs:physicalDeviceFeature (Results 1 – 1 of 1) sorted by relevance
230 VkPhysicalDeviceFeatures2 physicalDeviceFeature = { in TEST() local234 vk_insert_struct(deviceCi, physicalDeviceFeature); in TEST()235 ASSERT_EQ(deviceCi.pNext, &physicalDeviceFeature); in TEST()236 ASSERT_EQ(physicalDeviceFeature.pNext, nullptr); in TEST()258 ASSERT_EQ(base, reinterpret_cast<VkBaseInStructure*>(&physicalDeviceFeature)); in TEST()