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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 584 unsigned dst_shift = lp_const_shift(dst_type); local
602 if(src_shift > dst_shift) {
604 src_shift - dst_shift);
680 unsigned dst_shift = lp_const_shift(dst_type); local
684 if (src_shift < dst_shift) {
686 LLVMValueRef shift = lp_build_const_int_vec(gallivm, tmp_type, dst_shift - src_shift);
  /external/mesa3d/src/gallium/state_trackers/vega/
image.c 87 VGfloat src_shift[4], dst_shift[4], shift[4]; local
100 vg_bound_rect(dst_loc, dst_bounds, dst_shift);
101 shift[0] = src_shift[0] - dst_shift[0];
102 shift[1] = src_shift[1] - dst_shift[1];
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 347 dst_shift = get_one_shift(dst_channel)
348 value = '(%s >> %s)' % (value, src_shift - dst_shift)

Completed in 240 milliseconds