Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c76 { "nopt", GALLIVM_DEBUG_NO_OPT, NULL },
141 if ((gallivm_debug & GALLIVM_DEBUG_NO_OPT) == 0) { in create_pass_manager()
251 if (gallivm_debug & GALLIVM_DEBUG_NO_OPT) { in init_gallivm_engine()
Dlp_bld_debug.h42 #define GALLIVM_DEBUG_NO_OPT (1 << 3) macro