Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiPresentIdWaitTests.cpp160 vector<const char*> mandatoryExtensions; in getMandatoryDeviceExtensions() local
161 mandatoryExtensions.push_back("VK_KHR_swapchain"); in getMandatoryDeviceExtensions()
162 return mandatoryExtensions; in getMandatoryDeviceExtensions()
188 const auto mandatoryExtensions = getMandatoryDeviceExtensions(); in createDeviceWithWsi() local
190 for (const auto& ext : mandatoryExtensions) in createDeviceWithWsi()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp6821 static const string mandatoryExtensions[] = in testMandatoryExtensions() local
6826 for (const auto &ext : mandatoryExtensions) in testMandatoryExtensions()
6835 static const string mandatoryExtensions[] = in testMandatoryExtensions() local
6840 for (const auto &ext : mandatoryExtensions) in testMandatoryExtensions()