Lines Matching defs:g_loader_debug
43 uint32_t g_loader_debug = ~0u;
48 if (g_loader_debug > 0) return;
50 g_loader_debug = 0;
66 g_loader_debug = ~0u;
68 g_loader_debug |= VULKAN_LOADER_WARN_BIT;
70 g_loader_debug |= VULKAN_LOADER_INFO_BIT;
72 g_loader_debug |= VULKAN_LOADER_PERF_BIT;
74 g_loader_debug |= VULKAN_LOADER_ERROR_BIT;
76 g_loader_debug |= VULKAN_LOADER_DEBUG_BIT;
78 g_loader_debug |= VULKAN_LOADER_LAYER_BIT;
80 g_loader_debug |= VULKAN_LOADER_DRIVER_BIT;
92 void loader_set_global_debug_level(uint32_t new_loader_debug) { g_loader_debug = new_loader_debug; }
153 } else if (0 == (msg_type & g_loader_debug)) {