Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDefs.hpp65 #define VK_CHECK_SUPPORTED(EXPR) vk::checkResultSupported((EXPR), #EXPR, __FILE__, __LINE__)
333 void checkResultSupported (VkResult result, const char* message, const char* file, int line);
DvkDefs.cpp116 void checkResultSupported (VkResult result, const char* msg, const char* file, int line) in checkResultSupported() function