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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/cpu/arm/filters/
NEONHelpers.h 38 uint32x2_t temporary1 = {0, 0}; local
39 temporary1 = vset_lane_u32(*source, temporary1, 0);
40 uint16x4_t temporary2 = vget_low_u16(vmovl_u8(vreinterpret_u8_u32(temporary1)));
46 uint16x4_t temporary1 = vmovn_u32(vcvtq_u32_f32(data)); local
47 uint8x8_t temporary2 = vmovn_u16(vcombine_u16(temporary1, temporary1));
FECompositeArithmeticNEON.h 52 uint32x2_t temporary1 = vset_lane_u32(*sourcePixel, temporary1, 0); local
53 uint16x4_t temporary2 = vget_low_u16(vmovl_u8(vreinterpret_u8_u32(temporary1)));
56 temporary1 = vset_lane_u32(*destinationPixel, temporary1, 0);
57 temporary2 = vget_low_u16(vmovl_u8(vreinterpret_u8_u32(temporary1)));

Completed in 1318 milliseconds