Searched refs:__vk_errorf (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_util.c | 70 __vk_errorf(VkResult error, const char *file, int line, const char *format, ...) in __vk_errorf() function
|
D | radv_private.h | 210 VkResult __vk_errorf(VkResult error, const char *file, int line, const char *format, ...); 213 #define vk_error(error) __vk_errorf(error, __FILE__, __LINE__, NULL); 214 #define vk_errorf(error, format, ...) __vk_errorf(error, __FILE__, __LINE__, format, ## __VA_ARGS__…
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_util.c | 81 __vk_errorf(struct anv_instance *instance, const void *object, in __vk_errorf() function
|
D | anv_private.h | 309 VkResult __vk_errorf(struct anv_instance *instance, const void *object, 314 #define vk_error(error) __vk_errorf(NULL, NULL,\ 318 __vk_errorf(instance, obj, REPORT_OBJECT_TYPE(obj), error,\
|