HomeSort by relevance Sort by last modified time
    Searched defs:gallivm_debug (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_debug.h 54 extern unsigned gallivm_debug;
56 #define gallivm_debug 0 macro
lp_bld_init.c 70 unsigned gallivm_debug = 0; variable
83 DEBUG_GET_ONCE_FLAGS_OPTION(gallivm_debug, "GALLIVM_DEBUG", lp_bld_debug_flags, 0)
141 if ((gallivm_debug & GALLIVM_DEBUG_NO_OPT) == 0) {
251 if (gallivm_debug & GALLIVM_DEBUG_NO_OPT) {
424 gallivm_debug = debug_get_option_gallivm_debug();
526 if (gallivm_debug & GALLIVM_DEBUG_IR) {
553 if (gallivm_debug & GALLIVM_DEBUG_IR) {
601 if (gallivm_debug & GALLIVM_DEBUG_ASM) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.h 54 extern unsigned gallivm_debug;
56 #define gallivm_debug 0 macro
lp_bld_init.c 70 unsigned gallivm_debug = 0; variable
83 DEBUG_GET_ONCE_FLAGS_OPTION(gallivm_debug, "GALLIVM_DEBUG", lp_bld_debug_flags, 0)
141 if ((gallivm_debug & GALLIVM_DEBUG_NO_OPT) == 0) {
251 if (gallivm_debug & GALLIVM_DEBUG_NO_OPT) {
424 gallivm_debug = debug_get_option_gallivm_debug();
526 if (gallivm_debug & GALLIVM_DEBUG_IR) {
553 if (gallivm_debug & GALLIVM_DEBUG_IR) {
601 if (gallivm_debug & GALLIVM_DEBUG_ASM) {

Completed in 315 milliseconds