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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 880 unsigned src_shift = lp_const_shift(src_type); local
889 if (dst_offset > src_offset && src_type.width > dst_type.width && src_shift > 0) {
893 shifted = lp_build_shr_imm(&bld, tmp[i], src_shift - 1);
898 if(src_shift > dst_shift) {
900 tmp[i] = lp_build_shr_imm(&bld, tmp[i], src_shift - dst_shift);
986 unsigned src_shift = lp_const_shift(src_type); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 378 src_shift = get_one_shift(src_channel)
380 value = '(%s >> %s)' % (value, src_shift - dst_shift)

Completed in 794 milliseconds