Searched refs:pMsg (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 339 callback_data.pMessage = pMsg; in util_DebugReportMessage() 349 …Trav->report.pfnMsgCallback(msgFlags, objectType, srcObject, location, msgCode, pLayerPrefix, pMsg, in util_DebugReportMessage() 415 const char *pMsg) { in debug_utils_DebugReportMessageEXT() argument 419 pMsg); in debug_utils_DebugReportMessageEXT() 528 … int32_t msgCode, const char *pLayerPrefix, const char *pMsg) { in terminator_DebugReportMessageEXT() argument 537 pMsg); 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 | 251 const char *pLayerPrefix, const char *pMsg, void *pUserData) { in dbgFunc() argument 252 char *message = (char *)malloc(strlen(pMsg) + 100); in dbgFunc() 258 pMsg); in dbgFunc() 261 pMsg); in dbgFunc()
|