Home
last modified time | relevance | path

Searched refs:messageCode (Results 1 – 25 of 33) sorted by relevance

12

/third_party/mesa3d/src/vulkan/runtime/
Dvk_debug_report.c102 int32_t messageCode, in debug_report() argument
122 cb->callback(flags, object_type, handle, location, messageCode, in debug_report()
135 int32_t messageCode, in vk_common_DebugReportMessageEXT() argument
141 object, location, messageCode, pLayerPrefix, pMessage); in vk_common_DebugReportMessageEXT()
149 int32_t messageCode, in vk_debug_report() argument
156 (uint64_t)(uintptr_t)object, location, messageCode, in vk_debug_report()
Dvk_debug_report.h40 int32_t messageCode,
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.hpp41 deInt32 messageCode; member
50 , messageCode (0) in DebugReportMessage()
64 , messageCode (messageCode_) in DebugReportMessage()
DvkDebugReportUtil.cpp101 << " (code " << tcu::toHex(message.messageCode); in operator <<()
118 deInt32 messageCode, in debugReportCallback() argument
125 …const DebugReportMessage message (flags, objectType, object, location, messageCode, pLayerPrefix,… in debugReportCallback()
DvkDefs.hpp175 deInt32 messageCode,
/third_party/jsframework/runtime/main/extend/systemplugin/napi/common/full/
Dfeatureability.js29 messageCode: "[PC Preview] unknow messageCode", property
37 messageCode: "[PC Preview] unknow messageCode", property
/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp110 int32_t messageCode, 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/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dmain.cpp58 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL… in debug_report() argument
60 …(void)flags; (void)object; (void)location; (void)messageCode; (void)pUserData; (void)pLayerPrefix;… in debug_report()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
Dmain.cpp50 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL… in debug_report() argument
52 …(void)flags; (void)object; (void)location; (void)messageCode; (void)pUserData; (void)pLayerPrefix;… in debug_report()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
DVK_EXT_debug_report.txt133 * pname:messageCode is a layer-defined value indicating what test
245 * pname:messageCode is an application defined value.
/third_party/vulkan-loader/tests/
Dloader_debug_ext_tests.cpp38 … 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/
DvkInstanceDriverImpl.inl290 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL… argument
292 …m_vk.debugReportMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefi…
DvkConcreteInstanceInterface.inl51 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
DvkVirtualInstanceInterface.inl51 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
DvkNullDriverImpl.inl1909 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL… argument
1916 DE_UNREF(messageCode);
DvkFunctionPointerTypes.inl293 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
/third_party/glfw/deps/vulkan/
Dvulkan.h3779 int32_t messageCode,
3796 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
3816 int32_t messageCode,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp626 int32_t messageCode, in DebugReportCallback() argument
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h8324 int32_t messageCode,
8339 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
8359 int32_t messageCode,
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h8799 int32_t messageCode,
8814 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
8834 int32_t messageCode,
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h8807 int32_t messageCode,
8822 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
8842 int32_t messageCode,
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h8639 int32_t messageCode,
8654 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
8674 int32_t messageCode,
Dvulkan.hpp3116 int32_t messageCode, in vkDebugReportMessageEXT() argument
3121 instance, flags, objectType, object, location, messageCode, pLayerPrefix, pMessage ); in vkDebugReportMessageEXT()
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h9733 int32_t messageCode,
9748 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
9768 int32_t messageCode,
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h10324 int32_t messageCode,
10339 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
10359 int32_t messageCode,

12