Home
last modified time | relevance | path

Searched refs:g_loader_debug (Results 1 – 1 of 1) sorted by relevance

/third_party/vulkan-loader/loader/
Dlog.c40 uint32_t g_loader_debug = ~0u; variable
45 if (g_loader_debug > 0) return; in loader_debug_init()
47 g_loader_debug = 0; in loader_debug_init()
63 g_loader_debug = ~0u; in loader_debug_init()
65 g_loader_debug |= VULKAN_LOADER_WARN_BIT; in loader_debug_init()
67 g_loader_debug |= VULKAN_LOADER_INFO_BIT; in loader_debug_init()
69 g_loader_debug |= VULKAN_LOADER_PERF_BIT; in loader_debug_init()
71 g_loader_debug |= VULKAN_LOADER_ERROR_BIT; in loader_debug_init()
73 g_loader_debug |= VULKAN_LOADER_DEBUG_BIT; in loader_debug_init()
75 g_loader_debug |= VULKAN_LOADER_LAYER_BIT; in loader_debug_init()
[all …]