Home
last modified time | relevance | path

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

12

/external/mesa3d/src/vulkan/util/
Dvk_debug_report.c98 const char* pLayerPrefix, in vk_debug_report() argument
118 pLayerPrefix, pMessage, cb->data); in vk_debug_report()
Dvk_debug_report.h70 const char* pLayerPrefix,
/external/deqp/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.cpp118 const char* pLayerPrefix, in debugReportCallback() argument
124 …pend(DebugReportMessage(flags, objectType, object, location, messageCode, pLayerPrefix, pMessage)); in debugReportCallback()
DvkDefs.hpp166 const char* pLayerPrefix,
DvkInstanceDriverImpl.inl330 …deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pM… argument
332 …portMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefix, pMessage);
DvkConcreteInstanceInterface.inl59 …deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pM…
DvkVirtualInstanceInterface.inl59 …deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pM…
DvkNullDriverImpl.inl1560 …deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pM… argument
1568 DE_UNREF(pLayerPrefix);
DvkFunctionPointerTypes.inl255 …deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pM…
DvkVulkan_c.inl6416 const char* pLayerPrefix,
6431 …deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pM…
6452 const char* pLayerPrefix,
/external/skqp/tools/gpu/vk/
DVkTestUtils.cpp99 const char* pLayerPrefix, 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.cpp103 const char* pLayerPrefix, 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.c147 const char* pLayerPrefix, in vk_debug_report_cb() argument
173 pLayerPrefix, in vk_debug_report_cb()
/external/skia/src/compute/hs/vk/bench/
Dmain.c147 const char* pLayerPrefix, in vk_debug_report_cb() argument
173 pLayerPrefix, in vk_debug_report_cb()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h1188 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
1189 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
1190 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
1191 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
1192 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
1193 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
Danv_entrypoints.c598 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
1019 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
1440 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
1861 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
2282 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
2703 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
/external/mesa3d/src/intel/vulkan/
Danv_device.c1172 const char* pLayerPrefix, in anv_DebugReportMessageEXT() argument
1177 object, location, messageCode, pLayerPrefix, pMessage); in anv_DebugReportMessageEXT()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c4027 const char* pLayerPrefix, in radv_DebugReportMessageEXT() argument
4032 object, location, messageCode, pLayerPrefix, pMessage); in radv_DebugReportMessageEXT()
/external/mesa3d/include/vulkan/
Dvulkan.h5269 const char* pLayerPrefix,
5284 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
5305 const char* pLayerPrefix,
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h5907 const char* pLayerPrefix,
5922 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
5943 const char* pLayerPrefix,
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h5907 const char* pLayerPrefix,
5922 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
5943 const char* pLayerPrefix,
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h6345 const char* pLayerPrefix,
6360 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
6381 const char* pLayerPrefix,
Dvulkan.hpp1973 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM… in vkDebugReportMessageEXT() argument
1975 …rtMessageEXT( instance, flags, objectType, object, location, messageCode, pLayerPrefix, pMessage ); in vkDebugReportMessageEXT()
15855 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
52264 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM… in debugReportMessageEXT() argument
52266 …VkDebugReportObjectTypeEXT>( objectType ), object, location, messageCode, pLayerPrefix, pMessage ); in debugReportMessageEXT()
/external/swiftshader/include/vulkan/
Dvulkan_core.h6216 const char* pLayerPrefix,
6231 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
6252 const char* pLayerPrefix,
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in6413 const char* pLayerPrefix,
6428 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
6449 const char* pLayerPrefix,

12