HomeSort by relevance Sort by last modified time
    Searched refs:lp_const_shift (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_const.h 54 lp_const_shift(struct lp_type type);
lp_bld_conv.c 583 unsigned src_shift = lp_const_shift(src_type);
584 unsigned dst_shift = lp_const_shift(dst_type);
679 unsigned src_shift = lp_const_shift(src_type);
680 unsigned dst_shift = lp_const_shift(dst_type);
lp_bld_const.c 80 lp_const_shift(struct lp_type type) function
117 llscale = (unsigned long long)1 << lp_const_shift(type);

Completed in 7337 milliseconds