Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDefs.hpp64 #define VK_CHECK_WSI(EXPR) vk::checkWsiResult((EXPR), #EXPR, __FILE__, __LINE__)
264 void checkWsiResult (VkResult result, const char* message, const char* file, int line);
DvkDefs.cpp94 void checkWsiResult (VkResult result, const char* msg, const char* file, int line) in checkWsiResult() function