Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/vulkan/runtime/
Dvk_debug_report.c103 const char* pLayerPrefix, in debug_report() argument
123 pLayerPrefix, pMessage, cb->data); in debug_report()
136 const char* pLayerPrefix, in vk_common_DebugReportMessageEXT() argument
141 object, location, messageCode, pLayerPrefix, pMessage); in vk_common_DebugReportMessageEXT()
150 const char* pLayerPrefix, in vk_debug_report() argument
157 pLayerPrefix, pMessage); in vk_debug_report()
Dvk_debug_report.h41 const char* pLayerPrefix,
/third_party/vulkan-loader/loader/
Ddebug_utils.c323 …uint64_t srcObject, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) { in util_DebugReportMessage() argument
337 callback_data.pMessageIdName = pLayerPrefix; in util_DebugReportMessage()
349 …Trav->report.pfnMsgCallback(msgFlags, objectType, srcObject, location, msgCode, pLayerPrefix, pMsg, in util_DebugReportMessage()
414 … size_t location, int32_t msgCode, const char *pLayerPrefix, in debug_utils_DebugReportMessageEXT() argument
418 …disp.DebugReportMessageEXT(inst->instance, flags, objType, object, location, msgCode, pLayerPrefix, in debug_utils_DebugReportMessageEXT()
528 … int32_t msgCode, const char *pLayerPrefix, const char *pMsg) { in terminator_DebugReportMessageEXT() argument
536 ….DebugReportMessageEXT(icd_term->instance, flags, objType, object, location, msgCode, pLayerPrefix, in terminator_DebugReportMessageEXT()
544 util_DebugReportMessage(inst, flags, objType, object, location, msgCode, pLayerPrefix, pMsg); in terminator_DebugReportMessageEXT()
Ddebug_utils.h75 … int32_t msgCode, const char *pLayerPrefix, const char *pMsg);
79 … uint64_t srcObject, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg);
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkinstance.c307 int32_t msgCode, const char *pLayerPrefix, const char *pMsg, in _gst_vk_debug_callback() argument
311 GST_CAT_ERROR (GST_VULKAN_DEBUG_CAT, "[%s] Code %d : %s", pLayerPrefix, in _gst_vk_debug_callback()
313 g_critical ("[%s] Code %d : %s", pLayerPrefix, msgCode, pMsg); in _gst_vk_debug_callback()
315 GST_CAT_WARNING (GST_VULKAN_DEBUG_CAT, "[%s] Code %d : %s", pLayerPrefix, in _gst_vk_debug_callback()
317 g_warning ("[%s] Code %d : %s", pLayerPrefix, msgCode, pMsg); in _gst_vk_debug_callback()
319 GST_CAT_LOG (GST_VULKAN_DEBUG_CAT, "[%s] Code %d : %s", pLayerPrefix, in _gst_vk_debug_callback()
322 GST_CAT_FIXME (GST_VULKAN_DEBUG_CAT, "[%s] Code %d : %s", pLayerPrefix, in _gst_vk_debug_callback()
325 GST_CAT_TRACE (GST_VULKAN_DEBUG_CAT, "[%s] Code %d : %s", pLayerPrefix, in _gst_vk_debug_callback()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.cpp121 const char* pLayerPrefix, in debugReportCallback() argument
127 …const DebugReportMessage message (flags, objectType, object, location, messageCode, pLayerPrefix,… in debugReportCallback()
DvkDefs.hpp192 const char* pLayerPrefix,
/third_party/flutter/skia/tools/gpu/vk/
DVkTestUtils.cpp107 const char* pLayerPrefix, in DebugReportCallback() argument
111 SkDebugf("Vulkan error [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback()
120 SkDebugf("Vulkan warning [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback()
123 SkDebugf("Vulkan perf warning [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback()
125 SkDebugf("Vulkan info/debug [%s]: code: %d: %s\n", pLayerPrefix, messageCode, pMessage); in DebugReportCallback()
/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp111 const char* pLayerPrefix, 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()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBackendVk.h48 const char* pLayerPrefix,
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
DVK_EXT_debug_report.adoc136 * pname:pLayerPrefix is a null-terminated string that is an abbreviation
138 pname:pLayerPrefix is only valid for the duration of the callback.
247 * pname:pLayerPrefix is the abbreviation of the component making this
DVK_EXT_debug_report.txt135 * pname:pLayerPrefix is a null-terminated string that is an abbreviation
137 pname:pLayerPrefix is only valid for the duration of the callback.
246 * pname:pLayerPrefix is the abbreviation of the component making this
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
Dmain.cpp39 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM… in debug_report() argument
41 …oid)object; (void)location; (void)messageCode; (void)pUserData; (void)pLayerPrefix; // Unused argu… in debug_report()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dmain.cpp49 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM… in debug_report() argument
51 …oid)object; (void)location; (void)messageCode; (void)pUserData; (void)pLayerPrefix; // Unused argu… in debug_report()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dmain.cpp58 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM… in debug_report() argument
60 …oid)object; (void)location; (void)messageCode; (void)pUserData; (void)pLayerPrefix; // Unused argu… in debug_report()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
Dmain.cpp50 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM… in debug_report() argument
52 …oid)object; (void)location; (void)messageCode; (void)pUserData; (void)pLayerPrefix; // Unused argu… in debug_report()
/third_party/vulkan-loader/tests/
Dloader_debug_ext_tests.cpp38 … uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix,
125 … uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, in test_DebugReportCallback() argument
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInstanceDriverImpl.inl212 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM… argument
214 …portMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefix, pMessage);
DvkConcreteInstanceInterface.inl47 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
DvkVirtualInstanceInterface.inl47 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
DvkNullDriverImpl.inl1412 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM… argument
1420 DE_UNREF(pLayerPrefix);
/third_party/flutter/glfw/tests/
Dvulkan.c251 const char *pLayerPrefix, const char *pMsg, void *pUserData) { in dbgFunc() argument
257 sprintf(message, "ERROR: [%s] Code %d : %s", pLayerPrefix, msgCode, in dbgFunc()
260 sprintf(message, "WARNING: [%s] Code %d : %s", pLayerPrefix, msgCode, in dbgFunc()
/third_party/flutter/glfw/deps/vulkan/
Dvulkan.h3780 const char* pLayerPrefix,
3796 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
3817 const char* pLayerPrefix,
/third_party/flutter/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,
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h6384 const char* pLayerPrefix,
6398 …e, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pM…
6419 const char* pLayerPrefix,

12