Searched refs:msgCode (Results 1 – 4 of 4) sorted by relevance
/third_party/vulkan-loader/loader/ |
D | debug_utils.c | 323 …uint64_t srcObject, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) { in util_DebugReportMessage() argument 338 callback_data.messageIdNumber = msgCode; in util_DebugReportMessage() 349 …if (pTrav->report.pfnMsgCallback(msgFlags, objectType, srcObject, location, msgCode, pLayerPrefix,… in util_DebugReportMessage() 414 … size_t location, int32_t msgCode, const char *pLayerPrefix, in debug_utils_DebugReportMessageEXT() argument 418 …disp.DebugReportMessageEXT(inst->instance, flags, objType, object, location, msgCode, pLayerPrefix, in debug_utils_DebugReportMessageEXT() 528 … int32_t msgCode, const char *pLayerPrefix, const char *pMsg) { in terminator_DebugReportMessageEXT() argument 536 ….DebugReportMessageEXT(icd_term->instance, flags, objType, object, location, msgCode, pLayerPrefix, in terminator_DebugReportMessageEXT() 544 util_DebugReportMessage(inst, flags, objType, object, location, msgCode, pLayerPrefix, pMsg); in terminator_DebugReportMessageEXT()
|
D | debug_utils.h | 75 … int32_t msgCode, const char *pLayerPrefix, const char *pMsg); 79 … uint64_t srcObject, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg);
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkinstance.c | 307 int32_t msgCode, const char *pLayerPrefix, const char *pMsg, in _gst_vk_debug_callback() argument 312 msgCode, pMsg); in _gst_vk_debug_callback() 313 g_critical ("[%s] Code %d : %s", pLayerPrefix, msgCode, pMsg); in _gst_vk_debug_callback() 316 msgCode, pMsg); in _gst_vk_debug_callback() 317 g_warning ("[%s] Code %d : %s", pLayerPrefix, msgCode, pMsg); in _gst_vk_debug_callback() 320 msgCode, pMsg); in _gst_vk_debug_callback() 323 msgCode, pMsg); in _gst_vk_debug_callback() 326 msgCode, pMsg); in _gst_vk_debug_callback()
|
/third_party/flutter/glfw/tests/ |
D | vulkan.c | 250 uint64_t srcObject, size_t location, int32_t msgCode, in dbgFunc() argument 257 sprintf(message, "ERROR: [%s] Code %d : %s", pLayerPrefix, msgCode, in dbgFunc() 260 sprintf(message, "WARNING: [%s] Code %d : %s", pLayerPrefix, msgCode, in dbgFunc()
|