HomeSort by relevance Sort by last modified time
    Searched refs:GALLIVM_DEBUG_NO_OPT (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.h 42 #define GALLIVM_DEBUG_NO_OPT (1 << 3)
lp_bld_init.c 76 { "nopt", GALLIVM_DEBUG_NO_OPT, NULL },
141 if ((gallivm_debug & GALLIVM_DEBUG_NO_OPT) == 0) {
251 if (gallivm_debug & GALLIVM_DEBUG_NO_OPT) {

Completed in 42 milliseconds