Searched refs:extFeatures (Results 1 – 1 of 1) sorted by relevance
2858 VkPhysicalDeviceFeatures2 extFeatures; in deviceFeatures2() local2861 deMemset(&extFeatures.features, 0xcd, sizeof(extFeatures.features)); in deviceFeatures2()2864 extFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in deviceFeatures2()2865 extFeatures.pNext = DE_NULL; in deviceFeatures2()2868 vki.getPhysicalDeviceFeatures2(physicalDevice, &extFeatures); in deviceFeatures2()2870 TCU_CHECK(extFeatures.sType == VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2); in deviceFeatures2()2871 TCU_CHECK(extFeatures.pNext == DE_NULL); in deviceFeatures2()2873 if (deMemCmp(&coreFeatures, &extFeatures.features, sizeof(VkPhysicalDeviceFeatures)) != 0) in deviceFeatures2()2876 log << TestLog::Message << extFeatures << TestLog::EndMessage; in deviceFeatures2()2941 deMemset(&extFeatures.features, 0xcd, sizeof(extFeatures.features)); in deviceFeatures2()[all …]