Home
last modified time | relevance | path

Searched refs:messageCode (Results 1 – 25 of 45) 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.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.hpp174 deInt32 messageCode,
DvkInstanceDriverImpl.inl290 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL… argument
292 …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.inl1825 …ObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pL… argument
1832 DE_UNREF(messageCode);
/external/mesa3d/src/vulkan/util/
Dvk_debug_report.c100 int32_t messageCode, in vk_debug_report() argument
120 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.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()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c146 int32_t messageCode, in vk_debug_report_cb() argument
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c2033 int32_t messageCode, in tu_DebugReportMessageEXT() argument
2039 object, location, messageCode, pLayerPrefix, pMessage); in tu_DebugReportMessageEXT()
/external/vulkan-validation-layers/layers/generated/
Dparameter_validation.h1215 int32_t messageCode,
Dthread_safety.h3038 int32_t messageCode,
3048 int32_t messageCode,
Dlayer_chassis_dispatch.h1245 int32_t messageCode,
Dchassis.h1575 int32_t messageCode,
3313 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL… in PreCallValidateDebugReportMessageEXT() argument
3314 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL… in PreCallRecordDebugReportMessageEXT() argument
3315 …ortObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pL… in PostCallRecordDebugReportMessageEXT() argument
Dobject_tracker.h1620 int32_t messageCode,
Dthread_safety.cpp4022 int32_t messageCode, in PreCallRecordDebugReportMessageEXT() argument
4034 int32_t messageCode, in PostCallRecordDebugReportMessageEXT() argument
Dchassis.cpp6617 int32_t messageCode, in DebugReportMessageEXT() argument
6624 …teDebugReportMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefix, … in DebugReportMessageEXT()
6629 …rdDebugReportMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefix, … in DebugReportMessageEXT()
6631 …DispatchDebugReportMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPr… in DebugReportMessageEXT()
6634 …rdDebugReportMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefix, … in DebugReportMessageEXT()
/external/mesa3d/src/intel/vulkan/
Danv_device.c2450 int32_t messageCode, in anv_DebugReportMessageEXT() argument
2456 object, location, messageCode, pLayerPrefix, pMessage); in anv_DebugReportMessageEXT()
/external/angle/third_party/vulkan_memory_allocator/src/
DVulkanSample.cpp216 int32_t messageCode, in MyDebugReportCallback() argument
/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/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/angle/src/libANGLE/renderer/vulkan/
DRendererVk.cpp381 int32_t messageCode, in DebugReportCallback() argument

12