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

  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiTests.cpp 43 void createTypeSpecificTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType)
45 addTestGroup(testGroup, "surface", "VkSurface Tests", createSurfaceTests, wsiType);
46 addTestGroup(testGroup, "swapchain", "VkSwapchain Tests", createSwapchainTests, wsiType);
47 addTestGroup(testGroup, "incremental_present", "Incremental present tests", createIncrementalPresentTests, wsiType);
48 addTestGroup(testGroup, "display_timing", "Display Timing Tests", createDisplayTimingTests, wsiType);
49 addTestGroup(testGroup, "shared_presentable_image", "VK_KHR_shared_presentable_image tests", createSharedPresentableImageTests, wsiType);
56 const vk::wsi::Type wsiType = (vk::wsi::Type)typeNdx;
58 addTestGroup(apiTests, getName(wsiType), "", createTypeSpecificTests, wsiType);
vktWsiSharedPresentableImageTests.cpp 82 vk::wsi::Type wsiType)
93 extensions.push_back(getExtensionName(wsiType));
191 vk::wsi::Type wsiType)
195 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType));
199 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))))
224 bool wsiTypeSupportsScaling (vk::wsi::Type wsiType)
226 return vk::wsi::getPlatformProperties(wsiType).swapchainExtent == vk::wsi::PlatformProperties::SWAPCHAIN_EXTENT_SCALED_TO_WINDOW_SIZE;
736 vk::wsi::Type wsiType;
930 , m_instance (createInstanceWithWsi(m_vkp, context.getUsedApiVersion(), m_instanceExtensions, testConfig.wsiType))
933 , m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType))
    [all...]
vktWsiDisplayTimingTests.cpp 79 vk::wsi::Type wsiType)
84 extensions.push_back(getExtensionName(wsiType));
182 vk::wsi::Type wsiType)
186 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType));
190 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))))
769 vk::wsi::Type wsiType;
934 , m_instance (createInstanceWithWsi(m_vkp, context.getUsedApiVersion(), m_instanceExtensions, testConfig.wsiType))
937 , m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType))
939 , m_surface (vk::wsi::createSurface(m_vki, *m_instance, testConfig.wsiType, *m_nativeDisplay, *m_nativeWindow))
    [all...]
vktWsiIncrementalPresentTests.cpp 82 vk::wsi::Type wsiType)
87 extensions.push_back(getExtensionName(wsiType));
185 vk::wsi::Type wsiType)
189 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType));
193 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))))
886 vk::wsi::Type wsiType;
1055 , m_instance (createInstanceWithWsi(m_vkp, context.getUsedApiVersion(), m_instanceExtensions, testConfig.wsiType))
1058 , m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType))
1060 , m_surface (vk::wsi::createSurface(m_vki, *m_instance, testConfig.wsiType, *m_nativeDisplay, *m_nativeWindow))
    [all...]
vktWsiSwapchainTests.cpp 92 Type wsiType,
98 extensions.push_back(getExtensionName(wsiType));
207 InstanceHelper (Context& context, Type wsiType, const VkAllocationCallbacks* pAllocator = DE_NULL)
213 wsiType,
247 Type wsiType)
251 return MovePtr<Display>(platform.createWsiDisplay(wsiType));
255 if (isExtensionSupported(supportedExtensions, RequiredExtension(getExtensionName(wsiType))))
287 Type wsiType,
289 : display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType))
330 Type wsiType;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemWsiSwapchainTests.cpp 81 vk::wsi::Type wsiType)
86 extensions.push_back(getExtensionName(wsiType));
108 vk::wsi::Type wsiType)
112 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType));
116 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))))
148 vk::wsi::Type wsiType,
150 : display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType))
191 vk::wsi::Type wsiType;
195 : wsiType (wsiType_)
200 : wsiType (vk::wsi::TYPE_LAST
    [all...]

Completed in 145 milliseconds