Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c61 unsigned gallivm_debug = 0; variable
77 DEBUG_GET_ONCE_FLAGS_OPTION(gallivm_debug, "GALLIVM_DEBUG", lp_bld_debug_flags, 0)
136 if ((gallivm_debug & GALLIVM_DEBUG_NO_OPT) == 0) { in create_pass_manager()
227 if (gallivm_debug & GALLIVM_DEBUG_NO_OPT) { in init_gallivm_engine()
404 gallivm_debug = debug_get_option_gallivm_debug(); in lp_build_init()
543 if (gallivm_debug & GALLIVM_DEBUG_IR) { in gallivm_verify_function()
568 if (gallivm_debug & GALLIVM_DEBUG_PERF) in gallivm_compile_module()
593 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in gallivm_compile_module()
602 if (gallivm_debug & GALLIVM_DEBUG_DUMP_BC) { in gallivm_compile_module()
642 if (gallivm_debug & GALLIVM_DEBUG_ASM) { in gallivm_compile_module()
[all …]
Dlp_bld_debug.h57 extern unsigned gallivm_debug;
59 #define gallivm_debug 0
Dlp_bld_misc.cpp138 if (gallivm_debug & (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) { in init_native_targets()
680 if (gallivm_debug & (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) { in lp_build_create_jit_compiler_for_module()
718 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.c654 if (gallivm_debug & GALLIVM_DEBUG_PERF && !type.floating) { in lp_build_fetch_rgba_aos()
779 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in lp_build_fetch_rgba_aos()
884 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in lp_build_fetch_rgba_aos()
Dlp_bld_intr.c249 if (gallivm_debug & GALLIVM_DEBUG_IR) { in lp_build_intrinsic()
Dlp_bld_logic.c203 (gallivm_debug & GALLIVM_DEBUG_PERF)) { in lp_build_compare()
Dlp_bld_tgsi_info.c624 if (gallivm_debug & GALLIVM_DEBUG_TGSI) { in lp_build_tgsi_info()
Dlp_bld_arit.c164 (gallivm_debug & GALLIVM_DEBUG_PERF)) { in lp_build_min_simple()
382 (gallivm_debug & GALLIVM_DEBUG_PERF)) { in lp_build_max_simple()
3126 if (gallivm_debug & GALLIVM_DEBUG_PERF && in lp_build_pow()
3205 if (gallivm_debug & GALLIVM_DEBUG_PERF && in lp_build_polynomial()
3294 if (gallivm_debug & GALLIVM_DEBUG_PERF && in lp_build_exp2()
3476 if (gallivm_debug & GALLIVM_DEBUG_PERF && in lp_build_log2_approx()
Dlp_bld_format_soa.c825 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in lp_build_fetch_rgba_soa()
Dlp_bld_sample_soa.c2828 if (gallivm_debug & GALLIVM_DEBUG_NO_QUAD_LOD || op_is_lodq) { in lp_build_sample_soa_code()
2831 if (gallivm_debug & GALLIVM_DEBUG_NO_RHO_APPROX || op_is_lodq) { in lp_build_sample_soa_code()
2834 if (gallivm_debug & GALLIVM_DEBUG_NO_BRILINEAR || op_is_lodq) { in lp_build_sample_soa_code()
3130 if ((gallivm_debug & GALLIVM_DEBUG_PERF) && in lp_build_sample_soa_code()
Dlp_bld_tgsi_soa.c2003 if (gallivm_debug & GALLIVM_DEBUG_NO_QUAD_LOD) { in lp_build_lod_property()
2191 if (gallivm_debug & GALLIVM_DEBUG_NO_QUAD_LOD) { in emit_tex()
2360 if (gallivm_debug & GALLIVM_DEBUG_NO_QUAD_LOD) { in emit_sample()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_main.c395 gallivm_debug |= GALLIVM_DEBUG_IR; in main()
396 gallivm_debug |= GALLIVM_DEBUG_ASM; in main()
Dlp_jit.c224 if (gallivm_debug & GALLIVM_DEBUG_IR) { in lp_jit_create_types()
Dlp_state_fs.c2853 if ((LP_DEBUG & DEBUG_FS) || (gallivm_debug & GALLIVM_DEBUG_IR)) { in generate_variant()
3018 if ((LP_DEBUG & DEBUG_FS) || (gallivm_debug & GALLIVM_DEBUG_IR)) { in llvmpipe_remove_shader_variant()
3397 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in llvmpipe_update_fs()
Dlp_state_setup.c889 if (gallivm_debug & GALLIVM_DEBUG_IR) { in remove_setup_variant()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_pipeline_llvm.c107 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in llvm_middle_end_prepare_gs()
236 if (gallivm_debug & GALLIVM_DEBUG_PERF) { in llvm_middle_end_prepare()
Ddraw_llvm.c574 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) { in draw_llvm_create_variant()
2159 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) { in draw_llvm_destroy_variant()
2341 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) { in draw_gs_llvm_generate()
2426 if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) { in draw_gs_llvm_destroy_variant()