Searched refs:debug_report (Results 1 – 6 of 6) sorted by relevance
68 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() function107 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.callbacks_mutex); in debug_report()[all …]
182 if (mtx_init(&instance->debug_report.callbacks_mutex, mtx_plain) != 0) in vk_instance_init()185 list_inithead(&instance->debug_report.callbacks); in vk_instance_init()188 mtx_destroy(&instance->debug_report.callbacks_mutex); in vk_instance_init()197 mtx_destroy(&instance->debug_report.callbacks_mutex); in vk_instance_init()249 mtx_destroy(&instance->debug_report.callbacks_mutex); in vk_instance_finish()
111 } debug_report; member
117 likely(list_is_empty(&instance->debug_report.callbacks)))) in __vk_log_impl()233 if (!list_is_empty(&instance->debug_report.callbacks)) { in __vk_log_impl()
161 4) How do you compare handles returned by the debug_report callback to the
10829 debug_report extension.