Lines Matching refs:supportedExtensions
69 void checkAllSupported (const Extensions& supportedExtensions,
76 if (!isExtensionStructSupported(supportedExtensions, RequiredExtension(*requiredExtName)))
82 const Extensions& supportedExtensions,
93 if (isExtensionStructSupported(supportedExtensions, RequiredExtension("VK_KHR_get_surface_capabilities2")))
96 checkAllSupported(supportedExtensions, extensions);
112 const Extensions& supportedExtensions,
132 if (!isExtensionStructSupported(supportedExtensions, RequiredExtension("VK_KHR_swapchain")))
136 if (isExtensionStructSupported(supportedExtensions, RequiredExtension("VK_EXT_full_screen_exclusive")))
160 const std::vector<VkExtensionProperties> supportedExtensions;
167 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(),
170 supportedExtensions,
207 const Extensions& supportedExtensions,
216 if (isExtensionStructSupported(supportedExtensions, RequiredExtension(getExtensionName(wsiType))) &&
250 const Extensions& supportedExtensions,
252 : display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType))
346 const NativeObjectsFS native(context, instHelper.supportedExtensions, testParams.wsiType);