Home
last modified time | relevance | path

Searched refs:pMsg (Results 1 – 4 of 4) sorted by relevance

/third_party/vulkan-loader/loader/
Ddebug_utils.c323 …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()
Ddebug_utils.h75 … 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/
Dgstvkinstance.c307 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/
Dvulkan.c251 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()