Home
last modified time | relevance | path

Searched refs:VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT (Results 1 - 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiFullScreenExclusiveTests.cpp508 case VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT: in fullScreenExclusiveTest()
510 context.getTestContext().getLog() << tcu::TestLog::Message << "Got VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT at vkAcquireFullScreenExclusiveModeEXT. Frame " << frameNdx << tcu::TestLog::EndMessage; in fullScreenExclusiveTest()
535 if (acquireResult == VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT) in fullScreenExclusiveTest()
537 context.getTestContext().getLog() << tcu::TestLog::Message << "Got VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT at vkAcquireNextImageKHR" << tcu::TestLog::EndMessage; in fullScreenExclusiveTest()
544 if (acquireResult != VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT) in fullScreenExclusiveTest()
578 if (presentResult == VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT) in fullScreenExclusiveTest()
580 context.getTestContext().getLog() << tcu::TestLog::Message << "Got VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT at vkQueuePresentKHR" << tcu::TestLog::EndMessage; in fullScreenExclusiveTest()
605 if (releaseResult == VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT) in fullScreenExclusiveTest()
607 context.getTestContext().getLog() << tcu::TestLog::Message << "Got VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT at vkReleaseFullScreenExclusiveModeEXT" << tcu::TestLog::EndMessage; in fullScreenExclusiveTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiFullScreenExclusiveTests.cpp508 case VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT: in fullScreenExclusiveTest()
510 context.getTestContext().getLog() << tcu::TestLog::Message << "Got VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT at vkAcquireFullScreenExclusiveModeEXT. Frame " << frameNdx << tcu::TestLog::EndMessage; in fullScreenExclusiveTest()
535 if (acquireResult == VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT) in fullScreenExclusiveTest()
537 context.getTestContext().getLog() << tcu::TestLog::Message << "Got VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT at vkAcquireNextImageKHR" << tcu::TestLog::EndMessage; in fullScreenExclusiveTest()
544 if (acquireResult != VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT) in fullScreenExclusiveTest()
578 if (presentResult == VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT) in fullScreenExclusiveTest()
580 context.getTestContext().getLog() << tcu::TestLog::Message << "Got VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT at vkQueuePresentKHR" << tcu::TestLog::EndMessage; in fullScreenExclusiveTest()
605 if (releaseResult == VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT) in fullScreenExclusiveTest()
607 context.getTestContext().getLog() << tcu::TestLog::Message << "Got VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT at vkReleaseFullScreenExclusiveModeEXT" << tcu::TestLog::EndMessage; in fullScreenExclusiveTest()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDefs.cpp126 if (result == VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT) in checkWsiResult()
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.h501 case (VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT):
502 return os << "VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT";
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c394 CASE(VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT); in vk_ret2str()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_enums.hpp277 eErrorFullScreenExclusiveModeLostEXT = VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT,
H A Dvulkan_core.h180 VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT = -1000255000, enumerator
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h172 VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT = -1000255000, enumerator
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h191 VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT = -1000255000, enumerator
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h172 VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT = -1000255000, enumerator
H A Dvulkan_enums.hpp71 eErrorFullScreenExclusiveModeLostEXT = VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT,
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h172 VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT = -1000255000, enumerator

Completed in 439 milliseconds