Searched refs:lp_const_shift (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.h54 lp_const_shift(struct lp_type type);
H A Dlp_bld_const.c80 lp_const_shift(struct lp_type type) function in typeref:typename:unsigned
117 llscale = (unsigned long long)1 << lp_const_shift(type);
H A Dlp_bld_conv.c880 unsigned src_shift = lp_const_shift(src_type);
881 unsigned dst_shift = lp_const_shift(dst_type);
986 unsigned src_shift = lp_const_shift(src_type);
987 unsigned dst_shift = lp_const_shift(dst_type);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.h54 lp_const_shift(struct lp_type type);
H A Dlp_bld_const.c80 lp_const_shift(struct lp_type type) function in typeref:typename:unsigned
117 llscale = (unsigned long long)1 << lp_const_shift(type);
H A Dlp_bld_conv.c910 unsigned src_shift = lp_const_shift(src_type);
911 unsigned dst_shift = lp_const_shift(dst_type);
1016 unsigned src_shift = lp_const_shift(src_type);
1017 unsigned dst_shift = lp_const_shift(dst_type);

Completed in 6 milliseconds