Home
last modified time | relevance | path

Searched refs:devExts (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp484 std::vector<std::string> devExts; in createSwapchainTest() local
485 devExts.push_back("VK_KHR_swapchain"); in createSwapchainTest()
488 …text context (baseCtx, params.wsiType, *native.display, *native.window, instExts, devExts); in createSwapchainTest()
1087 std::vector<std::string> devExts; in basicRenderTest() local
1088 devExts.push_back("VK_KHR_swapchain"); in basicRenderTest()
1092 …edContext context (baseCtx, wsiType, *native.display, *native.window, instExts, devExts); in basicRenderTest()