Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/runtime/
Dvk_log.c295 __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()
Dvk_log.h86 __vk_errorv(const void *_obj, VkResult error,
Dvk_device.c312 __vk_errorv(device, VK_ERROR_DEVICE_LOST, file, line, msg, ap); in _vk_device_set_lost()