Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.c80 lp_const_shift(struct lp_type type) in lp_const_shift() function
117 llscale = (unsigned long long)1 << lp_const_shift(type); in lp_const_scale()
Dlp_bld_const.h54 lp_const_shift(struct lp_type type);
Dlp_bld_conv.c880 unsigned src_shift = lp_const_shift(src_type); in lp_build_conv()
881 unsigned dst_shift = lp_const_shift(dst_type); in lp_build_conv()
986 unsigned src_shift = lp_const_shift(src_type); in lp_build_conv()
987 unsigned dst_shift = lp_const_shift(dst_type); in lp_build_conv()