/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_debug_report.c | 104 const char *pMessage) in debug_report() argument 123 pLayerPrefix, pMessage, cb->data); in debug_report() 137 const char* pMessage) in vk_common_DebugReportMessageEXT() argument 141 object, location, messageCode, pLayerPrefix, pMessage); in vk_common_DebugReportMessageEXT() 151 const char *pMessage) in vk_debug_report() argument 157 pLayerPrefix, pMessage); in vk_debug_report()
|
D | vk_debug_utils.c | 65 const char *pMessage) in vk_debug_message_instance() argument 74 .pMessage = pMessage, in vk_debug_message_instance()
|
D | vk_debug_report.h | 42 const char *pMessage);
|
D | vk_debug_utils.h | 61 const char *pMessage);
|
D | vk_log.c | 175 .pMessage = message, in __vk_log_impl()
|
/third_party/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 112 const char* pMessage, in DebugReportCallback() argument 116 if (strstr(pMessage, "VUID-VkGraphicsPipelineCreateInfo-pDynamicStates-01521") || in DebugReportCallback() 117 strstr(pMessage, "VUID-VkGraphicsPipelineCreateInfo-pDynamicStates-01522")) { in DebugReportCallback() 121 if (strstr(pMessage, "VUID-vkCmdDraw-None-02686") || in DebugReportCallback() 122 strstr(pMessage, "VUID-vkCmdDrawIndexed-None-02686")) { in DebugReportCallback() 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/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkDebugReportUtil.cpp | 122 const char* pMessage, in debugReportCallback() argument 127 …gReportMessage message (flags, objectType, object, location, messageCode, pLayerPrefix, pMessage); in debugReportCallback() 132 tcu::printError("%s\n", pMessage); in debugReportCallback()
|
D | vkDefs.hpp | 193 const char* pMessage,
|
/third_party/vulkan-loader/tests/ |
D | loader_debug_ext_tests.cpp | 39 const char* pMessage, void* pUserData); 126 const char* pMessage, void* pUserData) { in test_DebugReportCallback() argument 128 debug_report_test->VerifyExpected(flags, objectType, pMessage); in test_DebugReportCallback() 468 …debug_util_test->VerifyExpected(message_types, message_severity, callback_data->pMessage, callback… in test_DebugUtilsCallback() 759 message_data.pMessage = my_message; in TEST_F() 799 message_data.pMessage = my_message; in TEST_F() 839 message_data.pMessage = my_message; in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | BackendVk.cpp | 107 if (ShouldReportDebugMessage(pCallbackData->pMessageIdName, pCallbackData->pMessage)) { in OnDebugUtilsCallback() 108 dawn::WarningLog() << pCallbackData->pMessage; in OnDebugUtilsCallback() 122 dawn::WarningLog() << pCallbackData->pMessage; in OnInstanceCreationDebugUtilsCallback()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cbiditransformtst.c | 45 const char *pMessage; member 258 …pTest->pMessage, digits, letters, pseudoScript(srcTxt), pseudoScript(destTxt), pseudoScript(expect… in verifyResultsForAllOpt()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | VK_EXT_debug_report.adoc | 139 * pname:pMessage is a null-terminated string detailing the trigger 141 pname:pMessage is only valid for the duration of the callback. 249 * pname:pMessage is a null-terminated string detailing the trigger
|
D | VK_EXT_debug_report.txt | 138 * pname:pMessage is a null-terminated string detailing the trigger 140 pname:pMessage is only valid for the duration of the callback. 248 * pname:pMessage is a null-terminated string detailing the trigger
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ANGLETest.cpp | 1287 D3D11_MESSAGE *pMessage = in checkD3D11SDKLayersMessages() local 1289 infoQueue->GetMessage(i, pMessage, &messageLength); in checkD3D11SDKLayersMessages() 1292 << " " << pMessage->pDescription << "\n"; in checkD3D11SDKLayersMessages() 1293 free(pMessage); in checkD3D11SDKLayersMessages()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 58 …e_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage, void* pUserData) in debug_report() argument 61 …printf(stderr, "[vulkan] Debug report from ObjectType: %i\nMessage: %s\n\n", objectType, pMessage); in debug_report()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | ShaderModule.cpp | 1283 for (auto pMessage = formattedTintMessages.begin(); pMessage != formattedTintMessages.end(); in InjectCompilationMessages() local 1284 pMessage++) { in InjectCompilationMessages() 1285 if (pMessage != formattedTintMessages.begin()) { in InjectCompilationMessages() 1288 t << *pMessage; in InjectCompilationMessages()
|
/third_party/vulkan-loader/loader/ |
D | log.c | 140 callback_data.pMessage = msg; in loader_log()
|
D | debug_utils.c | 104 … pCallbackData->pMessageIdName, pCallbackData->pMessage, pTrav->pUserData)) { in util_SubmitDebugUtilsMessageEXT() 339 callback_data.pMessage = pMsg; in util_DebugReportMessage()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 50 …e_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage, void* pUserData) in debug_report() argument 53 …printf(stderr, "[vulkan] Debug report from ObjectType: %i\nMessage: %s\n\n", objectType, pMessage); in debug_report()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | VulkanTester.cpp | 322 std::cerr << "[DebugInfoCallback] " << pCallbackData->pMessage << std::endl; in initialize()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkInstanceDriverImpl.inl | 212 …object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage) const 214 …portMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefix, pMessage);
|
D | vkVirtualInstanceInterface.inl | 47 …t, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage) const = 0;
|
D | vkConcreteInstanceInterface.inl | 47 …bject, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage) const;
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_screen.c | 1635 zink_error(pCallbackData->pMessage); in zink_debug_util_callback() 1637 zink_warn(pCallbackData->pMessage); in zink_debug_util_callback() 1639 zink_info(pCallbackData->pMessage); in zink_debug_util_callback() 1641 zink_msg(pCallbackData->pMessage); in zink_debug_util_callback()
|
/third_party/vulkan-loader/tests/framework/ |
D | test_environment.h | 189 debug->returned_output += pCallbackData->pMessage; in DebugUtilsMessengerLoggerCallback()
|