Home
last modified time | relevance | path

Searched refs:lp_build_fast_rsqrt_available (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_srgb.c233 if (lp_build_fast_rsqrt_available(src_type)) { in lp_build_linear_to_srgb()
266 if (lp_build_fast_rsqrt_available(src_type)) { in lp_build_linear_to_srgb()
280 if (lp_build_fast_rsqrt_available(src_type)) { in lp_build_linear_to_srgb()
Dlp_bld_arit.h301 lp_build_fast_rsqrt_available(struct lp_type type);
Dlp_bld_arit.c2796 if (0 && lp_build_fast_rsqrt_available(type)) { in lp_build_rsqrt()
2841 lp_build_fast_rsqrt_available(struct lp_type type) in lp_build_fast_rsqrt_available() function
2868 if (lp_build_fast_rsqrt_available(type)) { in lp_build_fast_rsqrt()