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

  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 36 uint8x8_t vsrc, vdst, vres; local
59 vres = vshrn_n_u16(vdst_wide, 8);
62 vst1_u32(dst, vreinterpret_u32_u8(vres));
70 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
82 vres = vshrn_n_u16(vdst_wide, 8);
85 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0);
104 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
126 vres = vshrn_n_u16(vdst_wide, 8);
128 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0);
141 uint8x8_t vsrc, vdst, vres, vsrc_alphas local
    [all...]
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
  /external/skqp/src/opts/
SkBlitRow_opts_arm_neon.cpp 36 uint8x8_t vsrc, vdst, vres; local
59 vres = vshrn_n_u16(vdst_wide, 8);
62 vst1_u32(dst, vreinterpret_u32_u8(vres));
70 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
82 vres = vshrn_n_u16(vdst_wide, 8);
85 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0);
104 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
126 vres = vshrn_n_u16(vdst_wide, 8);
128 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0);
141 uint8x8_t vsrc, vdst, vres, vsrc_alphas local
    [all...]
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
  /external/adhd/cras/src/common/
edid_utils.c 236 int vres = base[DTD_VA_LO] + ((base[DTD_VABL_HI] & 0xf0)<<4); local
252 int refr = (pelclk * 10000)/((hres+hbl)*(vres+vbl));
253 int refm = (pelclk * 10000)%((hres+hbl)*(vres+vbl));
254 int refd = (refm*100)/((hres+hbl)*(vres+vbl));
258 hres, vres, (mdflg & 0x80) ? 'i' : 'p',
266 vres+vso, vres+vso+vsw, vres+vbl);
745 int hres, vres; local
755 vres = (hres * 10)/16
    [all...]
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_screen.c 518 struct virgl_resource *vres = virgl_resource(res); local
521 vws->flush_frontbuffer(vws, vres->hw_res, level, layer, winsys_drawable_handle,
  /system/bt/stack/smp/
smp_keys.cc 1123 uint32_t vres; local
    [all...]
  /external/vixl/test/aarch64/
test-simulator-aarch64.cc 1768 VRegister vres = v5.V16B(); local
2009 VRegister vres = v5.V16B(); local
2469 VRegister vres = VRegister(5, vn_bits); local
    [all...]

Completed in 153 milliseconds