Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/vulkan/util/
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
156 location, messageCode, 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.c157 .pMessage = message, in __vk_log_impl()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.cpp120 const char* pMessage, in debugReportCallback() argument
125 …gReportMessage message (flags, objectType, object, location, messageCode, pLayerPrefix, pMessage); in debugReportCallback()
130 tcu::printError("%s\n", pMessage); in debugReportCallback()
DvkDefs.hpp176 const char* pMessage,
/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/flutter/skia/tools/gpu/vk/
DVkTestUtils.cpp108 const char* pMessage, in DebugReportCallback() argument
111 SkDebugf("Vulkan error [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback()
117 if (!strstr(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/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBackendVk.cpp207 const char* pMessage, in OnDebugReportCallback() argument
209 std::cout << pMessage << std::endl; in OnDebugReportCallback()
DBackendVk.h49 const char* pMessage,
/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/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.cpp1026 D3D11_MESSAGE *pMessage = in checkD3D11SDKLayersMessages() local
1028 infoQueue->GetMessage(i, pMessage, &messageLength); in checkD3D11SDKLayersMessages()
1031 << " " << pMessage->pDescription << "\n"; in checkD3D11SDKLayersMessages()
1032 free(pMessage); in checkD3D11SDKLayersMessages()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
Dmain.cpp39 …e_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage, void* pUserData) in debug_report() argument
42 fprintf(stderr, "[vulkan] ObjectType: %i\nMessage: %s\n\n", objectType, pMessage); in debug_report()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dmain.cpp49 …e_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage, void* pUserData) in debug_report() argument
52 fprintf(stderr, "[vulkan] ObjectType: %i\nMessage: %s\n\n", objectType, pMessage); in debug_report()
/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/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/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/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DVulkanTester.cpp322 std::cerr << "[DebugInfoCallback] " << pCallbackData->pMessage << std::endl; in initialize()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1418 zink_error(pCallbackData->pMessage); in zink_debug_util_callback()
1420 zink_warn(pCallbackData->pMessage); in zink_debug_util_callback()
1422 zink_info(pCallbackData->pMessage); in zink_debug_util_callback()
1424 zink_msg(pCallbackData->pMessage); in zink_debug_util_callback()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInstanceDriverImpl.inl290 …object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage) const
292 …portMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefix, pMessage);
DvkConcreteInstanceInterface.inl51 …bject, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage) const;
DvkVirtualInstanceInterface.inl51 …t, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage) const = 0;

12