Searched refs:__vk_errorv (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_log.c | 295 __vk_errorv(const void *_obj, VkResult error, in __vk_errorv() function 354 VkResult result = __vk_errorv(_obj, error, file, line, format, va); in __vk_errorf()
|
D | vk_log.h | 86 __vk_errorv(const void *_obj, VkResult error,
|
D | vk_device.c | 312 __vk_errorv(device, VK_ERROR_DEVICE_LOST, file, line, msg, ap); in _vk_device_set_lost()
|