/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDebugReportUtil.hpp | 41 deInt32 messageCode; member 50 , messageCode (0) in DebugReportMessage() 64 , messageCode (messageCode_) in DebugReportMessage()
|
D | vkDebugReportUtil.cpp | 100 << " (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()
|
D | vkDefs.hpp | 165 deInt32 messageCode,
|
D | vkInstanceDriverImpl.inl | 330 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL… argument 332 …m_vk.debugReportMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefi…
|
D | vkConcreteInstanceInterface.inl | 59 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL…
|
D | vkVirtualInstanceInterface.inl | 59 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL…
|
D | vkNullDriverImpl.inl | 1560 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL… argument 1567 DE_UNREF(messageCode);
|
D | vkFunctionPointerTypes.inl | 255 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL…
|
D | vkVulkan_c.inl | 6415 deInt32 messageCode, 6431 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL… 6451 deInt32 messageCode,
|
/external/mesa3d/src/vulkan/util/ |
D | vk_debug_report.c | 97 int32_t messageCode, in vk_debug_report() argument 117 cb->callback(flags, object_type, handle, location, messageCode, in vk_debug_report()
|
D | vk_debug_report.h | 69 int32_t messageCode,
|
/external/skqp/tools/gpu/vk/ |
D | VkTestUtils.cpp | 98 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/ |
D | VkTestUtils.cpp | 102 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/ |
D | main.c | 146 int32_t messageCode, in vk_debug_report_cb() argument
|
/external/skia/src/compute/hs/vk/bench/ |
D | main.c | 146 int32_t messageCode, in vk_debug_report_cb() argument
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.h | 1188 …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…
|
D | anv_entrypoints.c | 598 …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/ |
D | anv_device.c | 1171 int32_t messageCode, in anv_DebugReportMessageEXT() argument 1177 object, location, messageCode, pLayerPrefix, pMessage); in anv_DebugReportMessageEXT()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 4026 int32_t messageCode, in radv_DebugReportMessageEXT() argument 4032 object, location, messageCode, pLayerPrefix, pMessage); in radv_DebugReportMessageEXT()
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 5268 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/ |
D | vulkan_core.h | 5906 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/ |
D | vulkan_core.h | 5906 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/ |
D | vulkan_core.h | 6344 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/ |
D | vulkan_core.h | 6215 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/ |
D | vulkan.h.in | 6412 int32_t messageCode, 6428 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL… 6448 int32_t messageCode,
|