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

/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_debug_report.c68 mtx_lock(&instance->debug_report.callbacks_mutex);
69 list_addtail(&cb->link, &instance->debug_report.callbacks);
70 mtx_unlock(&instance->debug_report.callbacks_mutex);
89 mtx_lock(&instance->debug_report.callbacks_mutex);
93 mtx_unlock(&instance->debug_report.callbacks_mutex);
97 debug_report(struct vk_instance *instance, function in typeref:typename:void
107 if (!instance || list_is_empty(&instance->debug_report.callbacks))
110 mtx_lock(&instance->debug_report.callbacks_mutex);
120 &instance->debug_report.callbacks, link) {
126 mtx_unlock(&instance->debug_report
[all...]
H A Dvk_instance.c131 if (mtx_init(&instance->debug_report.callbacks_mutex, mtx_plain) != 0)
134 list_inithead(&instance->debug_report.callbacks);
137 mtx_destroy(&instance->debug_report.callbacks_mutex);
169 mtx_destroy(&instance->debug_report.callbacks_mutex);
H A Dvk_instance.h58 } debug_report; member in struct:vk_instance
H A Dvk_log.c100 likely(list_is_empty(&instance->debug_report.callbacks))))
215 if (!list_is_empty(&instance->debug_report.callbacks)) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst2669 - anv: Use vk_object_base::type for debug_report
2670 - vulkan: Use vk_object_base::type for debug_report
2671 - vulkan: Make the debug_report implementation internal

Completed in 9 milliseconds