/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 | 97 << " (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()
|
D | vkDefs.hpp | 141 deInt32 messageCode,
|
D | vkInstanceDriverImpl.inl | 240 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL… argument 242 …m_vk.debugReportMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefi…
|
D | vkVirtualInstanceInterface.inl | 51 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL…
|
D | vkConcreteInstanceInterface.inl | 51 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL…
|
D | vkNullDriverImpl.inl | 1222 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL… argument 1229 DE_UNREF(messageCode);
|
D | vkFunctionPointerTypes.inl | 183 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL…
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 52 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/ |
D | vulkan.h | 3804 int32_t messageCode, 3821 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL… 3841 int32_t messageCode,
|
D | vulkan.hpp | 18523 …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/ |
D | vulkan.h.in | 4056 int32_t messageCode, 4073 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL… 4093 int32_t messageCode,
|