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.c70 unsigned gallivm_debug = 0; variable
82 DEBUG_GET_ONCE_FLAGS_OPTION(gallivm_debug, "GALLIVM_DEBUG", lp_bld_debug_flags, 0)
436 gallivm_debug = debug_get_option_gallivm_debug(); in lp_build_init()
567 if (gallivm_debug & GALLIVM_DEBUG_IR) { in gallivm_verify_function()
603 if (gallivm_debug & GALLIVM_DEBUG_DUMP_BC) { in gallivm_compile_module()
618 if (gallivm_debug & GALLIVM_DEBUG_PERF) in gallivm_compile_module()
666 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in gallivm_compile_module()
701 if (gallivm_debug & GALLIVM_DEBUG_ASM) { in gallivm_compile_module()
746 if (gallivm_debug & GALLIVM_DEBUG_PERF) in gallivm_jit_function()
753 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.cpp134 if (gallivm_debug & (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) { in init_native_targets()
478 if (gallivm_debug & (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) { in lp_build_create_jit_compiler_for_module()
542 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()
920 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in lp_build_fetch_rgba_aos()
Dlp_bld_intr.c272 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.c3073 if (gallivm_debug & GALLIVM_DEBUG_PERF && in lp_build_pow()
3157 if (gallivm_debug & GALLIVM_DEBUG_PERF && in lp_build_polynomial()
3253 if (gallivm_debug & GALLIVM_DEBUG_PERF && in lp_build_exp2()
3444 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.c3688 if ((gallivm_debug & GALLIVM_DEBUG_PERF) && in lp_build_sample_soa_code()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_main.c402 gallivm_debug |= GALLIVM_DEBUG_IR; in main()
403 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.c548 if ((LP_DEBUG & DEBUG_CS) || (gallivm_debug & GALLIVM_DEBUG_IR)) { in llvmpipe_remove_cs_shader_variant()
803 if ((LP_DEBUG & DEBUG_CS) || (gallivm_debug & GALLIVM_DEBUG_IR)) { in generate_variant()
877 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in llvmpipe_update_cs()
Dlp_state_setup.c814 if (gallivm_debug & GALLIVM_DEBUG_IR) { in remove_setup_variant()
Dlp_state_fs.c3785 if ((LP_DEBUG & DEBUG_FS) || (gallivm_debug & GALLIVM_DEBUG_IR)) { in generate_variant()
4013 if ((LP_DEBUG & DEBUG_FS) || (gallivm_debug & GALLIVM_DEBUG_IR)) { in llvmpipe_remove_shader_variant()
4559 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in llvmpipe_update_fs()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_pipeline_llvm.c105 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in llvm_middle_end_prepare_gs()
173 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in llvm_middle_end_prepare_tcs()
241 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in llvm_middle_end_prepare_tes()
371 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in llvm_middle_end_prepare()
Ddraw_llvm.c894 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) { in draw_llvm_create_variant()
2669 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) { in draw_llvm_destroy_variant()
2867 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) { in draw_gs_llvm_generate()
2987 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) { in draw_gs_llvm_destroy_variant()
3622 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) { in draw_tcs_llvm_create_variant()
3653 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) { in draw_tcs_llvm_destroy_variant()
4153 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) { in draw_tes_llvm_create_variant()
4184 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) { in draw_tes_llvm_destroy_variant()