Searched refs:__vk_errorv (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/vulkan/util/ |
D | vk_log.c | 276 __vk_errorv(const void *_obj, VkResult error, in __vk_errorv() function 333 VkResult result = __vk_errorv(_obj, error, file, line, format, va); in __vk_errorf()
|
D | vk_log.h | 82 __vk_errorv(const void *_obj, VkResult error,
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 3438 err = __vk_errorv(device, VK_ERROR_DEVICE_LOST, file, line, msg, ap); in _anv_device_set_lost()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 2874 __vk_errorv(device, VK_ERROR_DEVICE_LOST, file, line, msg, ap); in _radv_device_set_lost()
|