Searched defs:src_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.c583 unsigned src_shift = lp_const_shift(src_type); local
592 LLVMValueRef shift = lp_build_const_int_vec(gallivm, tmp_type, src_shift - 1);
602 if(src_shift > dst_shift) {
604 src_shift - dst_shift);
679 unsigned src_shift = lp_const_shift(src_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.c583 unsigned src_shift = lp_const_shift(src_type); local
592 LLVMValueRef shift = lp_build_const_int_vec(gallivm, tmp_type, src_shift - 1);
602 if(src_shift > dst_shift) {
604 src_shift - dst_shift);
679 unsigned src_shift = lp_const_shift(src_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
99 vg_bound_rect(src_loc, src_bounds, src_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
99 vg_bound_rect(src_loc, src_bounds, src_shift);
101 shift[0] = src_shift[0] - dst_shift[0];
102 shift[1] = src_shift[1] - dst_shift[1];

Completed in 157 milliseconds