Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/
DVulkanInterface.cpp209 #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()
[all …]