Searched defs:dst_shift (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c584 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/auxiliary/gallivm/
H A Dlp_bld_conv.c584 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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dimage.c87 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/state_trackers/vega/
H A Dimage.c87 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];

Completed in 166 milliseconds