/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapProcState_opts_SSSE3.cpp | 274 // @param neg_y vector of 16 bit components containing the constant 16 - sub_y 293 const __m128i& neg_y, 297 scale_x, neg_y); 324 const __m128i& neg_y, 329 scale_x, neg_y); 503 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y); local 524 scale_x, all_y, neg_y, alpha); 532 scale_x, all_y, neg_y, alpha); 561 __m128i sum0 = ProcessOnePixel(row0[x0], row0[x1], scale_x, neg_y); 628 __m128i neg_y = _mm_sub_epi16(_mm_set1_epi16(16), all_y) local 689 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y); local [all...] |
/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...] |