Home
last modified time | relevance | path

Searched refs:gallivm_debug (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c67 unsigned gallivm_debug = 0; variable
79 DEBUG_GET_ONCE_FLAGS_OPTION(gallivm_debug, "GALLIVM_DEBUG", lp_bld_debug_flags, 0)
426 gallivm_debug = debug_get_option_gallivm_debug(); in lp_build_init()
559 if (gallivm_debug & GALLIVM_DEBUG_IR) { in gallivm_verify_function()
589 if (gallivm_debug & GALLIVM_DEBUG_DUMP_BC) { in gallivm_compile_module()
604 if (gallivm_debug & GALLIVM_DEBUG_PERF) in gallivm_compile_module()
630 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in gallivm_compile_module()
668 if (gallivm_debug & GALLIVM_DEBUG_ASM) { in gallivm_compile_module()
713 if (gallivm_debug & GALLIVM_DEBUG_PERF) in gallivm_jit_function()
720 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in gallivm_jit_function()
Dlp_bld_debug.h60 extern unsigned gallivm_debug;
62 #define gallivm_debug 0 macro
Dlp_bld_misc.cpp131 if (gallivm_debug & (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) { in init_native_targets()
475 if (gallivm_debug & (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) { in lp_build_create_jit_compiler_for_module()
539 if (gallivm_debug & (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) { in lp_build_create_jit_compiler_for_module()
Dlp_bld_format_aos.c657 if (gallivm_debug & GALLIVM_DEBUG_PERF && !type.floating) { in lp_build_fetch_rgba_aos()
814 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in lp_build_fetch_rgba_aos()
923 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in lp_build_fetch_rgba_aos()
Dlp_bld_intr.c263 if (gallivm_debug & GALLIVM_DEBUG_IR) { in lp_build_intrinsic()
Dlp_bld_logic.c204 (gallivm_debug & GALLIVM_DEBUG_PERF)) { in lp_build_compare()
Dlp_bld_tgsi_info.c632 if (gallivm_debug & GALLIVM_DEBUG_TGSI) { in lp_build_tgsi_info()
Dlp_bld_arit.c3086 if (gallivm_debug & GALLIVM_DEBUG_PERF && in lp_build_pow()
3169 if (gallivm_debug & GALLIVM_DEBUG_PERF && in lp_build_polynomial()
3265 if (gallivm_debug & GALLIVM_DEBUG_PERF && in lp_build_exp2()
3456 if (gallivm_debug & GALLIVM_DEBUG_PERF && in lp_build_log2_approx()
Dlp_bld_format_soa.c833 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in lp_build_fetch_rgba_soa()
Dlp_bld_sample_soa.c3655 if ((gallivm_debug & GALLIVM_DEBUG_PERF) && in lp_build_sample_soa_code()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_main.c404 gallivm_debug |= GALLIVM_DEBUG_IR; in main()
405 gallivm_debug |= GALLIVM_DEBUG_ASM; in main()
Dlp_jit.c387 if (gallivm_debug & GALLIVM_DEBUG_IR) { in lp_jit_create_types()
507 if (gallivm_debug & GALLIVM_DEBUG_IR) { in lp_jit_create_cs_types()
Dlp_state_cs.c523 if ((LP_DEBUG & DEBUG_CS) || (gallivm_debug & GALLIVM_DEBUG_IR)) { in llvmpipe_remove_cs_shader_variant()
777 if ((LP_DEBUG & DEBUG_CS) || (gallivm_debug & GALLIVM_DEBUG_IR)) { in generate_variant()
854 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in llvmpipe_update_cs()
Dlp_state_setup.c827 if (gallivm_debug & GALLIVM_DEBUG_IR) { in remove_setup_variant()
Dlp_state_fs.c3701 if ((LP_DEBUG & DEBUG_FS) || (gallivm_debug & GALLIVM_DEBUG_IR)) { in generate_variant()
3931 if ((LP_DEBUG & DEBUG_FS) || (gallivm_debug & GALLIVM_DEBUG_IR)) { in llvmpipe_remove_shader_variant()
4413 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in llvmpipe_update_fs()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_pipeline_llvm.c108 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in llvm_middle_end_prepare_gs()
178 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in llvm_middle_end_prepare_tcs()
248 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in llvm_middle_end_prepare_tes()
379 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in llvm_middle_end_prepare()
Ddraw_llvm.c910 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) { in draw_llvm_create_variant()
2685 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) { in draw_llvm_destroy_variant()
2881 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) { in draw_gs_llvm_generate()
3003 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) { in draw_gs_llvm_destroy_variant()
3633 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) { in draw_tcs_llvm_create_variant()
3666 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) { in draw_tcs_llvm_destroy_variant()
4162 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) { in draw_tes_llvm_create_variant()
4193 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) { in draw_tes_llvm_destroy_variant()