/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_debug_report.c | 103 const char* pLayerPrefix, in debug_report() argument 123 pLayerPrefix, pMessage, cb->data); in debug_report() 136 const char* pLayerPrefix, in vk_common_DebugReportMessageEXT() argument 141 object, location, messageCode, pLayerPrefix, pMessage); in vk_common_DebugReportMessageEXT() 150 const char* pLayerPrefix, in vk_debug_report() argument 157 pLayerPrefix, pMessage); in vk_debug_report()
|
D | vk_debug_report.h | 41 const char* pLayerPrefix,
|
/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 337 callback_data.pMessageIdName = pLayerPrefix; in util_DebugReportMessage() 349 …Trav->report.pfnMsgCallback(msgFlags, objectType, srcObject, location, msgCode, pLayerPrefix, pMsg, 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 311 GST_CAT_ERROR (GST_VULKAN_DEBUG_CAT, "[%s] Code %d : %s", pLayerPrefix, in _gst_vk_debug_callback() 313 g_critical ("[%s] Code %d : %s", pLayerPrefix, msgCode, pMsg); in _gst_vk_debug_callback() 315 GST_CAT_WARNING (GST_VULKAN_DEBUG_CAT, "[%s] Code %d : %s", pLayerPrefix, in _gst_vk_debug_callback() 317 g_warning ("[%s] Code %d : %s", pLayerPrefix, msgCode, pMsg); in _gst_vk_debug_callback() 319 GST_CAT_LOG (GST_VULKAN_DEBUG_CAT, "[%s] Code %d : %s", pLayerPrefix, in _gst_vk_debug_callback() 322 GST_CAT_FIXME (GST_VULKAN_DEBUG_CAT, "[%s] Code %d : %s", pLayerPrefix, in _gst_vk_debug_callback() 325 GST_CAT_TRACE (GST_VULKAN_DEBUG_CAT, "[%s] Code %d : %s", pLayerPrefix, in _gst_vk_debug_callback()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkDebugReportUtil.cpp | 121 const char* pLayerPrefix, in debugReportCallback() argument 127 …const DebugReportMessage message (flags, objectType, object, location, messageCode, pLayerPrefix,… in debugReportCallback()
|
D | vkDefs.hpp | 192 const char* pLayerPrefix,
|
/third_party/flutter/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 107 const char* pLayerPrefix, in DebugReportCallback() argument 111 SkDebugf("Vulkan error [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback() 120 SkDebugf("Vulkan warning [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback() 123 SkDebugf("Vulkan perf warning [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback() 125 SkDebugf("Vulkan info/debug [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback()
|
/third_party/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 111 const char* pLayerPrefix, in DebugReportCallback() argument 125 SkDebugf("Vulkan error [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback() 130 SkDebugf("Vulkan warning [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback() 133 SkDebugf("Vulkan perf warning [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback() 136 SkDebugf("Vulkan info/debug [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | BackendVk.h | 48 const char* pLayerPrefix,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | VK_EXT_debug_report.adoc | 136 * pname:pLayerPrefix is a null-terminated string that is an abbreviation 138 pname:pLayerPrefix is only valid for the duration of the callback. 247 * pname:pLayerPrefix is the abbreviation of the component making this
|
D | VK_EXT_debug_report.txt | 135 * pname:pLayerPrefix is a null-terminated string that is an abbreviation 137 pname:pLayerPrefix is only valid for the duration of the callback. 246 * pname:pLayerPrefix is the abbreviation of the component making this
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 39 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM… in debug_report() argument 41 …oid)object; (void)location; (void)messageCode; (void)pUserData; (void)pLayerPrefix; // Unused argu… in debug_report()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 49 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM… in debug_report() argument 51 …oid)object; (void)location; (void)messageCode; (void)pUserData; (void)pLayerPrefix; // Unused argu… in debug_report()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 58 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM… in debug_report() argument 60 …oid)object; (void)location; (void)messageCode; (void)pUserData; (void)pLayerPrefix; // Unused argu… in debug_report()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 50 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM… in debug_report() argument 52 …oid)object; (void)location; (void)messageCode; (void)pUserData; (void)pLayerPrefix; // Unused argu… in debug_report()
|
/third_party/vulkan-loader/tests/ |
D | loader_debug_ext_tests.cpp | 38 … uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, 125 … uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, in test_DebugReportCallback() argument
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkInstanceDriverImpl.inl | 212 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM… argument 214 …portMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefix, pMessage);
|
D | vkConcreteInstanceInterface.inl | 47 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
|
D | vkVirtualInstanceInterface.inl | 47 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
|
D | vkNullDriverImpl.inl | 1412 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM… argument 1420 DE_UNREF(pLayerPrefix);
|
/third_party/flutter/glfw/tests/ |
D | vulkan.c | 251 const char *pLayerPrefix, const char *pMsg, void *pUserData) { 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()
|
/third_party/flutter/glfw/deps/vulkan/ |
D | vulkan.h | 3780 const char* pLayerPrefix, 3796 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM… 3817 const char* pLayerPrefix,
|
/third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 5907 const char* pLayerPrefix, 5922 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM… 5943 const char* pLayerPrefix,
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 6384 const char* pLayerPrefix, 6398 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM… 6419 const char* pLayerPrefix,
|