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

  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiTests.cpp 39 void createTypeSpecificTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType)
41 addTestGroup(testGroup, "surface", "VkSurface Tests", createSurfaceTests, wsiType);
42 addTestGroup(testGroup, "swapchain", "VkSwapchain Tests", createSwapchainTests, wsiType);
49 const vk::wsi::Type wsiType = (vk::wsi::Type)typeNdx;
51 addTestGroup(apiTests, getName(wsiType), "", createTypeSpecificTests, wsiType);
vktWsiSwapchainTests.cpp 91 Type wsiType,
97 extensions.push_back(getExtensionName(wsiType));
193 InstanceHelper (Context& context, Type wsiType, const VkAllocationCallbacks* pAllocator = DE_NULL)
198 wsiType,
239 Type wsiType)
243 return MovePtr<Display>(platform.createWsiDisplay(wsiType));
247 if (isExtensionSupported(supportedExtensions, RequiredExtension(getExtensionName(wsiType))))
279 Type wsiType,
281 : display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType))
322 Type wsiType;
    [all...]

Completed in 273 milliseconds