Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
Dvk_util_unittest.cpp230 VkPhysicalDeviceFeatures2 physicalDeviceFeature = { in TEST() local
234 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()