Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.h69 lp_const_max(struct lp_type type);
Dlp_bld_const.c168 lp_const_max(struct lp_type type) in lp_const_max() function
Dlp_bld_conv.c793 double src_max = lp_const_max(src_type); in lp_build_conv()
794 double dst_max = lp_const_max(dst_type); in lp_build_conv()