Home
last modified time | relevance | path

Searched refs:vdest (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/libpng/arm/
Dfilter_neon_intrinsics.c82 uint8x8x4_t vdest; in png_read_filter_row_sub3_neon() local
83 vdest.val[3] = vdup_n_u8(0); in png_read_filter_row_sub3_neon()
93 vdest.val[0] = vadd_u8(vdest.val[3], vrp.val[0]); in png_read_filter_row_sub3_neon()
95 vdest.val[1] = vadd_u8(vdest.val[0], vtmp1); in png_read_filter_row_sub3_neon()
98 vdest.val[2] = vadd_u8(vdest.val[1], vtmp2); in png_read_filter_row_sub3_neon()
99 vdest.val[3] = vadd_u8(vdest.val[2], vtmp1); in png_read_filter_row_sub3_neon()
105 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[0]), 0); in png_read_filter_row_sub3_neon()
107 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[1]), 0); in png_read_filter_row_sub3_neon()
109 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[2]), 0); in png_read_filter_row_sub3_neon()
111 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[3]), 0); in png_read_filter_row_sub3_neon()
[all …]
/third_party/libpng/arm/
Dfilter_neon_intrinsics.c82 uint8x8x4_t vdest; in png_read_filter_row_sub3_neon() local
83 vdest.val[3] = vdup_n_u8(0); in png_read_filter_row_sub3_neon()
93 vdest.val[0] = vadd_u8(vdest.val[3], vrp.val[0]); in png_read_filter_row_sub3_neon()
95 vdest.val[1] = vadd_u8(vdest.val[0], vtmp1); in png_read_filter_row_sub3_neon()
98 vdest.val[2] = vadd_u8(vdest.val[1], vtmp2); in png_read_filter_row_sub3_neon()
99 vdest.val[3] = vadd_u8(vdest.val[2], vtmp1); in png_read_filter_row_sub3_neon()
105 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[0]), 0); in png_read_filter_row_sub3_neon()
107 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[1]), 0); in png_read_filter_row_sub3_neon()
109 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[2]), 0); in png_read_filter_row_sub3_neon()
111 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[3]), 0); in png_read_filter_row_sub3_neon()
[all …]
/third_party/flutter/skia/third_party/externals/libpng/arm/
Dfilter_neon_intrinsics.c82 uint8x8x4_t vdest; in png_read_filter_row_sub3_neon() local
83 vdest.val[3] = vdup_n_u8(0); in png_read_filter_row_sub3_neon()
93 vdest.val[0] = vadd_u8(vdest.val[3], vrp.val[0]); in png_read_filter_row_sub3_neon()
95 vdest.val[1] = vadd_u8(vdest.val[0], vtmp1); in png_read_filter_row_sub3_neon()
98 vdest.val[2] = vadd_u8(vdest.val[1], vtmp2); in png_read_filter_row_sub3_neon()
99 vdest.val[3] = vadd_u8(vdest.val[2], vtmp1); in png_read_filter_row_sub3_neon()
105 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[0]), 0); in png_read_filter_row_sub3_neon()
107 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[1]), 0); in png_read_filter_row_sub3_neon()
109 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[2]), 0); in png_read_filter_row_sub3_neon()
111 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[3]), 0); in png_read_filter_row_sub3_neon()
[all …]
/third_party/pixman/pixman/
Dpixman-vmx.c494 vector unsigned int vdest, vsrc; in vmx_combine_over_u_no_mask() local
517 vdest = over (vsrc, splat_alpha (vsrc), vdest); in vmx_combine_over_u_no_mask()
544 vector unsigned int vdest, vsrc, vmask; in vmx_combine_over_u_mask() local
571 vdest = over (vsrc, splat_alpha (vsrc), vdest); in vmx_combine_over_u_mask()
616 vector unsigned int vdest, vsrc; in vmx_combine_over_reverse_u_no_mask() local
638 vdest = over (vdest, splat_alpha (vdest), vsrc); in vmx_combine_over_reverse_u_no_mask()
664 vector unsigned int vdest, vsrc, vmask; in vmx_combine_over_reverse_u_mask() local
690 vdest = over (vdest, splat_alpha (vdest), vsrc); in vmx_combine_over_reverse_u_mask()
733 vector unsigned int vdest, vsrc; in vmx_combine_in_u_no_mask() local
753 vdest = pix_multiply (vsrc, splat_alpha (vdest)); in vmx_combine_in_u_no_mask()
[all …]
Dpixman-mmx.c1425 __m64 vdest; in mmx_composite_over_n_8888() local
1428 vdest = *(__m64 *)dst; in mmx_composite_over_n_8888()
1430 dest0 = over (vsrc, vsrca, expand8888 (vdest, 0)); in mmx_composite_over_n_8888()
1431 dest1 = over (vsrc, vsrca, expand8888 (vdest, 1)); in mmx_composite_over_n_8888()
1484 __m64 vdest = expand565 (to_m64 (d), 0); in mmx_composite_over_n_0565() local
1486 vdest = pack_565 (over (vsrc, vsrca, vdest), vdest, 0); in mmx_composite_over_n_0565()
1487 *dst = to_uint64 (vdest); in mmx_composite_over_n_0565()
1495 __m64 vdest = *(__m64 *)dst; in mmx_composite_over_n_0565() local
1498 expand_4x565 (vdest, &v0, &v1, &v2, &v3, 0); in mmx_composite_over_n_0565()
1516 __m64 vdest = expand565 (to_m64 (d), 0); in mmx_composite_over_n_0565() local
[all …]
/third_party/gstreamer/gstplugins_good/gst/goom/
Dv3d.h74 #define TRANSLATE_V3D(vsrc,vdest)\ argument
76 vdest.x += vsrc.x;\
77 vdest.y += vsrc.y;\
78 vdest.z += vsrc.z;\