Searched refs:nir_debug (Results 1 – 2 of 2) sorted by relevance
42 uint32_t nir_debug = 0; variable95 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()
64 extern uint32_t nir_debug;68 #define NIR_DEBUG(flag) unlikely(nir_debug & (NIR_DEBUG_ ## flag))