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

  /external/skia/legacy/src/opts/
SkBitmapProcState_opts_SSE2.cpp 416 __m128i wide_result = _mm_packs_epi32(wide_out_low, local
418 _mm_store_si128(reinterpret_cast<__m128i*>(xy), wide_result); local
466 __m128i wide_result = _mm_packs_epi32(wide_out_low, local
468 _mm_store_si128(reinterpret_cast<__m128i*>(xy), wide_result); local
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 416 __m128i wide_result = _mm_packs_epi32(wide_out_low, local
418 _mm_store_si128(reinterpret_cast<__m128i*>(xy), wide_result); local
466 __m128i wide_result = _mm_packs_epi32(wide_out_low, local
468 _mm_store_si128(reinterpret_cast<__m128i*>(xy), wide_result); local

Completed in 73 milliseconds