Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.hpp41 deInt32 messageCode; member
50 , messageCode (0) in DebugReportMessage()
64 , messageCode (messageCode_) in DebugReportMessage()
DvkDebugReportUtil.cpp97 << " (code " << tcu::toHex(message.messageCode); in operator <<()
114 deInt32 messageCode, in debugReportCallback() argument
121 …messageList->append(DebugReportMessage(flags, objectType, object, location, messageCode, pLayerPre… in debugReportCallback()
DvkDefs.hpp141 deInt32 messageCode,
DvkInstanceDriverImpl.inl240 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL… argument
242 …m_vk.debugReportMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefi…
DvkVirtualInstanceInterface.inl51 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL…
DvkConcreteInstanceInterface.inl51 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL…
DvkNullDriverImpl.inl1222 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL… argument
1229 DE_UNREF(messageCode);
DvkFunctionPointerTypes.inl183 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL…
/external/skia/src/gpu/vk/
DGrVkGpu.cpp52 int32_t messageCode, in DebugReportCallback() argument
57 SkDebugf("Vulkan error [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback()
60 SkDebugf("Vulkan warning [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback()
62 SkDebugf("Vulkan perf warning [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback()
64 SkDebugf("Vulkan info/debug [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h3804 int32_t messageCode,
3821 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
3841 int32_t messageCode,
Dvulkan.hpp18523 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL… in debugReportMessageEXT() argument
18525 …atic_cast<VkDebugReportObjectTypeEXT>( objectType ), object, location, messageCode, pLayerPrefix, … in debugReportMessageEXT()
18529 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const std::str… in debugReportMessageEXT() argument
18531 …atic_cast<VkDebugReportObjectTypeEXT>( objectType ), object, location, messageCode, layerPrefix.c_… in debugReportMessageEXT()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in4056 int32_t messageCode,
4073 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL…
4093 int32_t messageCode,