HomeSort by: relevance | last modified time | path
    Searched refs:__vk_errorv (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_util.c 80 __vk_errorv(struct anv_instance *instance, const void *object, function
122 __vk_errorv(instance, object, type, error, file, line, format, ap);
anv_private.h 404 VkResult __vk_errorv(struct anv_instance *instance, const void *object,
418 __vk_errorv(instance, obj, REPORT_OBJECT_TYPE(obj), error,\
anv_device.c 2539 err = __vk_errorv(device->instance, device,
  /xsrc/external/mit/MesaLib/dist/src/vulkan/util/
vk_log.h 82 __vk_errorv(const void *_obj, VkResult error,
vk_log.c 276 __vk_errorv(const void *_obj, VkResult error, function
335 VkResult result = __vk_errorv(_obj, error, file, line, format, va);
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_device.c 3438 err = __vk_errorv(device, VK_ERROR_DEVICE_LOST, file, line, msg, ap);
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_device.c 2878 __vk_errorv(device, VK_ERROR_DEVICE_LOST, file, line, msg, ap);

Completed in 25 milliseconds