Home
last modified time | relevance | path

Searched refs:debug_report (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_debug_report.c68 mtx_lock(&instance->debug_report.callbacks_mutex); in VK_DEFINE_NONDISP_HANDLE_CASTS()
69 list_addtail(&cb->link, &instance->debug_report.callbacks); in VK_DEFINE_NONDISP_HANDLE_CASTS()
70 mtx_unlock(&instance->debug_report.callbacks_mutex); in VK_DEFINE_NONDISP_HANDLE_CASTS()
89 mtx_lock(&instance->debug_report.callbacks_mutex); in vk_common_DestroyDebugReportCallbackEXT()
93 mtx_unlock(&instance->debug_report.callbacks_mutex); in vk_common_DestroyDebugReportCallbackEXT()
97 debug_report(struct vk_instance *instance, in debug_report() function
107 if (!instance || list_is_empty(&instance->debug_report.callbacks)) in debug_report()
110 mtx_lock(&instance->debug_report.callbacks_mutex); in debug_report()
120 &instance->debug_report.callbacks, link) { in debug_report()
126 mtx_unlock(&instance->debug_report in debug_report()
[all...]
H A Dvk_instance.c167 if (mtx_init(&instance->debug_report.callbacks_mutex, mtx_plain) != 0) in vk_instance_init()
170 list_inithead(&instance->debug_report.callbacks); in vk_instance_init()
173 mtx_destroy(&instance->debug_report.callbacks_mutex); in vk_instance_init()
205 mtx_destroy(&instance->debug_report.callbacks_mutex); in vk_instance_finish()
H A Dvk_log.c118 likely(list_is_empty(&instance->debug_report.callbacks)))) in __vk_log_impl()
234 if (!list_is_empty(&instance->debug_report.callbacks)) { in __vk_log_impl()
H A Dvk_instance.h92 } debug_report; member
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
H A Dmain.cpp50 static VKAPI_ATTR VkBool32 VKAPI_CALL debug_report(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage, void* pUserData) in debug_report() function
94 debug_report_ci.pfnCallback = debug_report; in SetupVulkan()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
H A Dmain.cpp58 static VKAPI_ATTR VkBool32 VKAPI_CALL debug_report(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage, void* pUserData) in debug_report() function
102 debug_report_ci.pfnCallback = debug_report; in SetupVulkan()

Completed in 4 milliseconds