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

  /external/chromium_org/third_party/skia/src/opts/
SkTextureCompression_opts_neon.cpp 161 const uint8x16_t alphaRow2 = vld1q_u8(src2);
165 const uint8x16_t cmp12 = vceqq_u8(alphaRow1, alphaRow2);
187 const uint8x16_t indexRow2 = convert_indices(make_index_row(alphaRow2));
  /external/chromium_org/third_party/skia/src/utils/
SkTextureCompressor_R11EAC.cpp 426 const uint32_t alphaRow2 = *(reinterpret_cast<const uint32_t*>(src + rowBytes));
432 if (alphaRow1 == alphaRow2 && alphaRow1 == alphaRow3 && alphaRow1 == alphaRow4) {
444 const uint32_t indexRow2 = convert_indices(alphaRow2);

Completed in 49 milliseconds