HomeSort by relevance Sort by last modified time
    Searched full:neg_y (Results 1 - 5 of 5) sorted by null

  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 275 // @param neg_y vector of 16 bit components containing the constant 16 - sub_y
294 const __m128i& neg_y,
298 scale_x, neg_y);
325 const __m128i& neg_y,
330 scale_x, neg_y);
504 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y); local
525 scale_x, all_y, neg_y, alpha);
533 scale_x, all_y, neg_y, alpha);
562 __m128i sum0 = ProcessOnePixel(row0[x0], row0[x1], scale_x, neg_y);
629 __m128i neg_y = _mm_sub_epi16(_mm_set1_epi16(16), all_y) local
690 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y); local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureFormatTests.cpp 681 static const char* faceExt[] = { "neg_x", "pos_x", "neg_y", "pos_y", "neg_z", "pos_z" };
es2fTextureFilteringTests.cpp 791 static const char* faceExt[] = { "neg_x", "pos_x", "neg_y", "pos_y", "neg_z", "pos_z" };
  /external/deqp/modules/gles3/functional/
es3fTextureFilteringTests.cpp     [all...]
es3fTextureFormatTests.cpp     [all...]

Completed in 255 milliseconds