Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c62 { "nopt", GALLIVM_PERF_NO_OPT, "disable optimization passes to speed up shader compilation" },
149 if ((gallivm_perf & GALLIVM_PERF_NO_OPT) == 0) { in create_pass_manager()
268 if (gallivm_perf & GALLIVM_PERF_NO_OPT) { in init_gallivm_engine()
593 gallivm_debug & GALLIVM_PERF_NO_OPT ? "-mem2reg" : in gallivm_compile_module()
596 filename, gallivm_debug & GALLIVM_PERF_NO_OPT ? 0 : 2, in gallivm_compile_module()
Dlp_bld_debug.h49 #define GALLIVM_PERF_NO_OPT (1 << 3) macro