Searched refs:extFeatures (Results 1 – 2 of 2) sorted by relevance
111 deMemset(&extFeatures.features, 0xcd, sizeof(extFeatures.features));112 extFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2;113 extFeatures.pNext = &deviceConditionalRenderingFeaturesEXT[ndx];114 vki.getPhysicalDeviceFeatures2(physicalDevice, &extFeatures);
4014 VkPhysicalDeviceFeatures2 extFeatures; in deviceFeatures2() local4017 deMemset(&extFeatures.features, 0xcd, sizeof(extFeatures.features)); in deviceFeatures2()4020 extFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in deviceFeatures2()4021 extFeatures.pNext = DE_NULL; in deviceFeatures2()4024 vki.getPhysicalDeviceFeatures2(physicalDevice, &extFeatures); in deviceFeatures2()4026 TCU_CHECK(extFeatures.sType == VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2); in deviceFeatures2()4027 TCU_CHECK(extFeatures.pNext == DE_NULL); in deviceFeatures2()4029 if (deMemCmp(&coreFeatures, &extFeatures.features, sizeof(VkPhysicalDeviceFeatures)) != 0) in deviceFeatures2()4032 log << TestLog::Message << extFeatures << TestLog::EndMessage; in deviceFeatures2()4667 VkPhysicalDeviceFeatures2 extFeatures; in deviceFeaturesVulkan12() local[all …]