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

  /external/skia/src/opts/
SkBitmapProcState_filter_neon.h 27 uint8x8_t vy, vconst16_8, v16_y, vres; local
53 vres = vshrn_n_u16(vcombine_u16(tmp, vcreate_u16(0)), 8); // shift down result by 8
54 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); // store result
62 uint8x8_t vy, vconst16_8, v16_y, vres; local
92 vres = vshrn_n_u16(vcombine_u16(tmp, vcreate_u16(0)), 8); // shift down result by 8
93 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); // store result
SkBlitRow_opts_arm_neon.cpp 1166 uint8x8_t vsrc, vdst, vres; local
1199 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
1232 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
1270 uint8x8_t vsrc, vdst, vres, vsrc_alphas; local
    [all...]
  /system/bt/stack/smp/
smp_keys.c 1365 UINT32 vres; local
    [all...]
  /external/vixl/test/
test-simulator-a64.cc 1624 VRegister vres = v5.V16B(); local
1850 VRegister vres = v5.V16B(); local
2283 VRegister vres = VRegister(5, vn_bits); local
    [all...]

Completed in 724 milliseconds