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

  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 659 uint8x8_t src_raw_2, dst_raw_2, dst_final_2; local
671 src_raw_2 = vreinterpret_u8_u32(vld1_u32(src+2));
710 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask);
721 dst_final_2 = vadd_u8(src_raw_2, dst_cooked);
767 uint8x8_t src_raw_2, dst_raw_2, dst_final_2; local
787 src_raw_2 = vreinterpret_u8_u32(vld1_u32(src+2));
810 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask);
823 dst_final_2 = vadd_u8(src_raw_2, dst_cooked);
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 659 uint8x8_t src_raw_2, dst_raw_2, dst_final_2; local
671 src_raw_2 = vreinterpret_u8_u32(vld1_u32(src+2));
710 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask);
721 dst_final_2 = vadd_u8(src_raw_2, dst_cooked);
767 uint8x8_t src_raw_2, dst_raw_2, dst_final_2; local
787 src_raw_2 = vreinterpret_u8_u32(vld1_u32(src+2));
810 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask);
823 dst_final_2 = vadd_u8(src_raw_2, dst_cooked);
    [all...]

Completed in 98 milliseconds