Home
last modified time | relevance | path

Searched refs:GALLIVM_DEBUG_ASM (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp131 if (gallivm_debug & (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) { in init_native_targets()
469 if (gallivm_debug & (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) { in lp_build_create_jit_compiler_for_module()
520 if (gallivm_debug & (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) { in lp_build_create_jit_compiler_for_module()
Dlp_bld_debug.h41 #define GALLIVM_DEBUG_ASM (1 << 2) macro
Dlp_bld_init.c74 { "asm", GALLIVM_DEBUG_ASM, NULL },
665 if (gallivm_debug & GALLIVM_DEBUG_ASM) { in gallivm_compile_module()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_main.c405 gallivm_debug |= GALLIVM_DEBUG_ASM; in main()