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 81 vk::wsi::Type wsiType)
90 extensions.push_back(getExtensionName(wsiType));
188 vk::wsi::Type wsiType)
192 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType));
196 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))))
221 bool wsiTypeSupportsScaling (vk::wsi::Type wsiType)
223 return vk::wsi::getPlatformProperties(wsiType).swapchainExtent == vk::wsi::PlatformProperties::SWAPCHAIN_EXTENT_SCALED_TO_WINDOW_SIZE;
733 vk::wsi::Type wsiType;
927 , m_instance (createInstanceWithWsi(m_vkp, m_instanceExtensions, testConfig.wsiType))
930 , m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType))
    [all...]
vktWsiDisplayTimingTests.cpp 78 vk::wsi::Type wsiType)
83 extensions.push_back(getExtensionName(wsiType));
181 vk::wsi::Type wsiType)
185 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType));
189 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))))
768 vk::wsi::Type wsiType;
933 , m_instance (createInstanceWithWsi(m_vkp, m_instanceExtensions, testConfig.wsiType))
936 , m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType))
938 , m_surface (vk::wsi::createSurface(m_vki, *m_instance, testConfig.wsiType, *m_nativeDisplay, *m_nativeWindow))
    [all...]
vktWsiIncrementalPresentTests.cpp 81 vk::wsi::Type wsiType)
86 extensions.push_back(getExtensionName(wsiType));
184 vk::wsi::Type wsiType)
188 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType));
192 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))))
885 vk::wsi::Type wsiType;
1054 , m_instance (createInstanceWithWsi(m_vkp, m_instanceExtensions, testConfig.wsiType))
1057 , m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType))
1059 , 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,
245 Type wsiType)
249 return MovePtr<Display>(platform.createWsiDisplay(wsiType));
253 if (isExtensionSupported(supportedExtensions, RequiredExtension(getExtensionName(wsiType))))
285 Type wsiType,
287 : display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType))
328 Type wsiType;
    [all...]

Completed in 6301 milliseconds