Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir.c42 uint32_t nir_debug = 0; variable
95 DEBUG_GET_ONCE_FLAGS_OPTION(nir_debug, "NIR_DEBUG", nir_debug_control, 0)
100 nir_debug = debug_get_option_nir_debug(); in nir_process_debug_variable_once()
Dnir.h64 extern uint32_t nir_debug;
68 #define NIR_DEBUG(flag) unlikely(nir_debug & (NIR_DEBUG_ ## flag))