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

  /external/chromium_org/third_party/skia/src/opts/
SkTextureCompression_opts_neon.cpp 162 const uint8x16_t alphaRow3 = vld1q_u8(src3);
166 const uint8x16_t cmp34 = vceqq_u8(alphaRow3, alphaRow4);
167 const uint8x16_t cmp13 = vceqq_u8(alphaRow1, alphaRow3);
188 const uint8x16_t indexRow3 = convert_indices(make_index_row(alphaRow3));
  /external/chromium_org/third_party/skia/src/utils/
SkTextureCompressor_R11EAC.cpp 427 const uint32_t alphaRow3 = *(reinterpret_cast<const uint32_t*>(src + 2*rowBytes));
432 if (alphaRow1 == alphaRow2 && alphaRow1 == alphaRow3 && alphaRow1 == alphaRow4) {
445 const uint32_t indexRow3 = convert_indices(alphaRow3);

Completed in 1037 milliseconds