Searched refs:__vk_errorv (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/intel/vulkan/ |
D | anv_util.c | 80 __vk_errorv(struct anv_instance *instance, const void *object, in __vk_errorv() function 122 __vk_errorv(instance, object, type, error, file, line, format, ap); in __vk_errorf()
|
D | anv_private.h | 469 VkResult __vk_errorv(struct anv_instance *instance, const void *object,
|
D | anv_device.c | 3257 err = __vk_errorv(device->physical->instance, device, in _anv_device_set_lost()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_util.c | 91 __vk_errorv(struct radv_instance *instance, const void *object, in __vk_errorv() function 135 __vk_errorv(instance, object, type, error, file, line, format, ap); in __vk_errorf()
|
D | radv_private.h | 198 VkResult __vk_errorv(struct radv_instance *instance, const void *object,
|
D | radv_device.c | 2654 err = __vk_errorv(device->physical_device->instance, device, in _radv_device_set_lost()
|