HomeSort by relevance Sort by last modified time
    Searched defs:wsiType (Results 1 - 5 of 5) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiTests.cpp 42 void createTypeSpecificTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType)
44 addTestGroup(testGroup, "surface", "VkSurface Tests", createSurfaceTests, wsiType);
45 addTestGroup(testGroup, "swapchain", "VkSwapchain Tests", createSwapchainTests, wsiType);
46 addTestGroup(testGroup, "incremental_present", "Incremental present tests", createIncrementalPresentTests, wsiType);
47 addTestGroup(testGroup, "display_timing", "Display Timing Tests", createDisplayTimingTests, wsiType);
48 addTestGroup(testGroup, "shared_presentable_image", "VK_KHR_shared_presentable_image tests", createSharedPresentableImageTests, wsiType);
55 const vk::wsi::Type wsiType = (vk::wsi::Type)typeNdx;
57 addTestGroup(apiTests, getName(wsiType), "", createTypeSpecificTests, wsiType);
vktWsiSharedPresentableImageTests.cpp 80 vk::wsi::Type wsiType)
89 extensions.push_back(getExtensionName(wsiType));
187 vk::wsi::Type wsiType)
191 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType));
195 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))))
220 bool wsiTypeSupportsScaling (vk::wsi::Type wsiType)
222 return vk::wsi::getPlatformProperties(wsiType).swapchainExtent == vk::wsi::PlatformProperties::SWAPCHAIN_EXTENT_SCALED_TO_WINDOW_SIZE;
763 vk::wsi::Type wsiType;
957 , m_instance (createInstanceWithWsi(m_vkp, m_instanceExtensions, testConfig.wsiType))
960 , m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType))
    [all...]
vktWsiDisplayTimingTests.cpp 123 vk::wsi::Type wsiType)
128 extensions.push_back(getExtensionName(wsiType));
226 vk::wsi::Type wsiType)
230 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType));
234 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))))
813 vk::wsi::Type wsiType;
978 , m_instance (createInstanceWithWsi(m_vkp, m_instanceExtensions, testConfig.wsiType))
981 , m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType))
983 , m_surface (vk::wsi::createSurface(m_vki, *m_instance, testConfig.wsiType, *m_nativeDisplay, *m_nativeWindow))
    [all...]
vktWsiIncrementalPresentTests.cpp 80 vk::wsi::Type wsiType)
85 extensions.push_back(getExtensionName(wsiType));
183 vk::wsi::Type wsiType)
187 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType));
191 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))))
888 vk::wsi::Type wsiType;
1056 , m_instance (createInstanceWithWsi(m_vkp, m_instanceExtensions, testConfig.wsiType))
1059 , m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType))
1061 , m_surface (vk::wsi::createSurface(m_vki, *m_instance, testConfig.wsiType, *m_nativeDisplay, *m_nativeWindow))
    [all...]
vktWsiSwapchainTests.cpp 91 Type wsiType,
97 extensions.push_back(getExtensionName(wsiType));
206 InstanceHelper (Context& context, Type wsiType, const VkAllocationCallbacks* pAllocator = DE_NULL)
211 wsiType,
252 Type wsiType)
256 return MovePtr<Display>(platform.createWsiDisplay(wsiType));
260 if (isExtensionSupported(supportedExtensions, RequiredExtension(getExtensionName(wsiType))))
292 Type wsiType,
294 : display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType))
335 Type wsiType;
    [all...]

Completed in 833 milliseconds