Lines Matching refs:BAIL
209 #define BAIL(fmt, ...) \ macro
217 BAIL("[%s] null", #expr); \
222 BAIL("[%s] failed. err = %d", #expr, expr); \
249 BAIL("Vulkan instance API version %" PRIu32 ".%" PRIu32 ".%" PRIu32 " < 1.1.0", in init()
302 BAIL("Could not find any physical devices"); in init()
310 BAIL("vkEnumeratePhysicalDevices failed with non-VK_INCOMPLETE error: %d", in init()
332 BAIL("Vulkan physical device API version %" PRIu32 ".%" PRIu32 ".%" PRIu32 " < 1.1.0", in init()
355 BAIL("Vulkan device does not support sufficient external semaphore sync fd features. " in init()
379 BAIL("Could not find queues for physical device"); in init()
414 BAIL("Could not find a graphics queue family"); in init()
437 BAIL("Vulkan driver doesn't support external semaphore fd"); in init()
474 BAIL("Protected memory not supported"); in init()