Searched refs:gallivm_perf (Results 1 – 6 of 6) sorted by relevance
58 unsigned gallivm_perf = 0; variable151 if ((gallivm_perf & GALLIVM_PERF_NO_OPT) == 0) { in create_pass_manager()275 if (gallivm_perf & GALLIVM_PERF_NO_OPT) { in init_gallivm_engine()439 gallivm_perf = debug_get_flags_option("GALLIVM_PERF", lp_bld_perf_flags, 0 ); in lp_build_init()610 gallivm_perf & GALLIVM_PERF_NO_OPT ? "-mem2reg" : in gallivm_compile_module()613 filename, gallivm_perf & GALLIVM_PERF_NO_OPT ? 0 : 2, in gallivm_compile_module()634 if (!(gallivm_perf & GALLIVM_PERF_NO_OPT)) in gallivm_compile_module()765 return gallivm_perf; in gallivm_get_perf_flags()
57 extern unsigned gallivm_perf;
3387 if (gallivm_perf & GALLIVM_PERF_NO_QUAD_LOD || op_is_lodq) { in lp_build_sample_soa_code()3390 if (!(gallivm_perf & GALLIVM_PERF_RHO_APPROX) || op_is_lodq) { in lp_build_sample_soa_code()3393 if (!(gallivm_perf & GALLIVM_PERF_BRILINEAR) || op_is_lodq || lod_bias || explicit_lod) { in lp_build_sample_soa_code()3669 if (gallivm_perf & GALLIVM_PERF_NO_AOS_SAMPLING) { in lp_build_sample_soa_code()
2046 if (gallivm_perf & GALLIVM_PERF_NO_QUAD_LOD) { in lp_build_lod_property()2240 if (gallivm_perf & GALLIVM_PERF_NO_QUAD_LOD) { in emit_tex()2409 if (gallivm_perf & GALLIVM_PERF_NO_QUAD_LOD) { in emit_sample()
2266 if (gallivm_perf & GALLIVM_PERF_NO_QUAD_LOD) in lp_build_nir_lod_property()2449 if (gallivm_perf & GALLIVM_PERF_NO_QUAD_LOD) in visit_tex()
933 unsigned gallivm_perf = gallivm_get_perf_flags(); in lp_disk_cache_create() local942 _mesa_sha1_update(&ctx, &gallivm_perf, sizeof(gallivm_perf)); in lp_disk_cache_create()