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

  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 503 uint8x8_t src_raw_2, dst_raw_2, dst_final_2; local
515 src_raw_2 = vreinterpret_u8_u32(vld1_u32(src+2));
554 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask);
565 dst_final_2 = vadd_u8(src_raw_2, dst_cooked);
611 uint8x8_t src_raw_2, dst_raw_2, dst_final_2; local
631 src_raw_2 = vreinterpret_u8_u32(vld1_u32(src+2));
654 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask);
667 dst_final_2 = vadd_u8(src_raw_2, dst_cooked);
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 503 uint8x8_t src_raw_2, dst_raw_2, dst_final_2; local
515 src_raw_2 = vreinterpret_u8_u32(vld1_u32(src+2));
554 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask);
565 dst_final_2 = vadd_u8(src_raw_2, dst_cooked);
611 uint8x8_t src_raw_2, dst_raw_2, dst_final_2; local
631 src_raw_2 = vreinterpret_u8_u32(vld1_u32(src+2));
654 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask);
667 dst_final_2 = vadd_u8(src_raw_2, dst_cooked);
    [all...]

Completed in 34 milliseconds