Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.hpp41 deInt32 messageCode; member
50 , messageCode (0) in DebugReportMessage()
64 , messageCode (messageCode_) in DebugReportMessage()
DvkDebugReportUtil.cpp100 << " (code " << tcu::toHex(message.messageCode); in operator <<()
117 deInt32 messageCode, in debugReportCallback() argument
124 …messageList->append(DebugReportMessage(flags, objectType, object, location, messageCode, pLayerPre… in debugReportCallback()
DvkDefs.hpp165 deInt32 messageCode,
DvkInstanceDriverImpl.inl330 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL… argument
332 …m_vk.debugReportMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefi…
DvkConcreteInstanceInterface.inl59 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL…
DvkVirtualInstanceInterface.inl59 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL…
DvkNullDriverImpl.inl1560 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL… argument
1567 DE_UNREF(messageCode);
DvkFunctionPointerTypes.inl255 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL…
DvkVulkan_c.inl6415 deInt32 messageCode,
6431 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL…
6451 deInt32 messageCode,
/external/mesa3d/src/vulkan/util/
Dvk_debug_report.c97 int32_t messageCode, in vk_debug_report() argument
117 cb->callback(flags, object_type, handle, location, messageCode, in vk_debug_report()
Dvk_debug_report.h69 int32_t messageCode,
/external/skqp/tools/gpu/vk/
DVkTestUtils.cpp98 int32_t messageCode, in DebugReportCallback() argument
103 SkDebugf("Vulkan error [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback()
112 SkDebugf("Vulkan warning [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback()
115 SkDebugf("Vulkan perf warning [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback()
117 SkDebugf("Vulkan info/debug [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback()
/external/skia/tools/gpu/vk/
DVkTestUtils.cpp102 int32_t messageCode, in DebugReportCallback() argument
107 SkDebugf("Vulkan error [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback()
116 SkDebugf("Vulkan warning [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback()
119 SkDebugf("Vulkan perf warning [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback()
121 SkDebugf("Vulkan info/debug [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c146 int32_t messageCode, in vk_debug_report_cb() argument
/external/skia/src/compute/hs/vk/bench/
Dmain.c146 int32_t messageCode, in vk_debug_report_cb() argument
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h1188 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
1189 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
1190 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
1191 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
1192 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
1193 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
Danv_entrypoints.c598 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
1019 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
1440 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
1861 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
2282 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
2703 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
/external/mesa3d/src/intel/vulkan/
Danv_device.c1171 int32_t messageCode, in anv_DebugReportMessageEXT() argument
1177 object, location, messageCode, pLayerPrefix, pMessage); in anv_DebugReportMessageEXT()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c4026 int32_t messageCode, in radv_DebugReportMessageEXT() argument
4032 object, location, messageCode, pLayerPrefix, pMessage); in radv_DebugReportMessageEXT()
/external/mesa3d/include/vulkan/
Dvulkan.h5268 int32_t messageCode,
5284 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
5304 int32_t messageCode,
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h5906 int32_t messageCode,
5922 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
5942 int32_t messageCode,
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h5906 int32_t messageCode,
5922 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
5942 int32_t messageCode,
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h6344 int32_t messageCode,
6360 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
6380 int32_t messageCode,
/external/swiftshader/include/vulkan/
Dvulkan_core.h6215 int32_t messageCode,
6231 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
6251 int32_t messageCode,
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in6412 int32_t messageCode,
6428 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
6448 int32_t messageCode,

12