Lines Matching refs:VkResult
30 DE_STATIC_ASSERT(sizeof(vk::VkResult) == sizeof(deUint32));
37 static bool isOutOfMemoryError (VkResult result)
43 Error::Error (VkResult error, const char* message, const char* expr, const char* file, int line)
49 Error::Error (VkResult error, const std::string& message)
59 NotSupportedError::NotSupportedError (VkResult error, const char* message, const char* expr, const char* file, int line)
65 NotSupportedError::NotSupportedError (VkResult error, const std::string& message)
75 OutOfMemoryError::OutOfMemoryError (VkResult error, const char* message, const char* expr, const char* file, int line)
82 OutOfMemoryError::OutOfMemoryError (VkResult error, const std::string& message)
94 static void checkResult (VkResult result, const char* msg, const char* file, int line)
111 void checkResult (VkResult result, const char* msg, const char* file, int line)
116 void checkResultSupported (VkResult result, const char* msg, const char* file, int line)
121 void checkWsiResult (VkResult result, const char* msg, const char* file, int line)