Home
last modified time | relevance | path

Searched refs:pMessage (Results 1 – 25 of 50) sorted by relevance

12

/third_party/mesa3d/src/vulkan/runtime/
Dvk_debug_report.c104 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()
Dvk_debug_utils.c65 const char *pMessage) in vk_debug_message_instance() argument
74 .pMessage = pMessage, in vk_debug_message_instance()
Dvk_debug_report.h42 const char *pMessage);
Dvk_debug_utils.h61 const char *pMessage);
Dvk_log.c175 .pMessage = message, in __vk_log_impl()
/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp112 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/
DvkDebugReportUtil.cpp122 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()
DvkDefs.hpp193 const char* pMessage,
/third_party/vulkan-loader/tests/
Dloader_debug_ext_tests.cpp39 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/
DBackendVk.cpp107 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/
Dcbiditransformtst.c45 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/
DVK_EXT_debug_report.adoc139 * 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
DVK_EXT_debug_report.txt138 * 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/
DANGLETest.cpp1287 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/
Dmain.cpp58 …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/
DShaderModule.cpp1283 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/
Dlog.c140 callback_data.pMessage = msg; in loader_log()
Ddebug_utils.c104 … 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/
Dmain.cpp50 …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/
DVulkanTester.cpp322 std::cerr << "[DebugInfoCallback] " << pCallbackData->pMessage << std::endl; in initialize()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInstanceDriverImpl.inl212 …object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage) const
214 …portMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefix, pMessage);
DvkVirtualInstanceInterface.inl47 …t, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage) const = 0;
DvkConcreteInstanceInterface.inl47 …bject, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage) const;
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1635 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/
Dtest_environment.h189 debug->returned_output += pCallbackData->pMessage; in DebugUtilsMessengerLoggerCallback()

12