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

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp2643 VkPhysicalDeviceFeatures2 extFeatures; local
2646 deMemset(&extFeatures.features, 0xcd, sizeof(extFeatures.features));
2649 extFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2;
2650 extFeatures.pNext = DE_NULL;
2653 vki.getPhysicalDeviceFeatures2(devices[deviceNdx], &extFeatures);
2655 TCU_CHECK(extFeatures.sType == VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2);
2656 TCU_CHECK(extFeatures.pNext == DE_NULL);
2658 if (deMemCmp(&coreFeatures, &extFeatures.features, sizeof(VkPhysicalDeviceFeatures)) != 0)
2662 << TestLog::Message << extFeatures << TestLo
[all...]

Completed in 142 milliseconds