Home
last modified time | relevance | path

Searched refs:make_index_row (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/opts/
DSkTextureCompressor_opts.h112 static inline uint8x16_t make_index_row(const uint8x16_t &x) { in make_index_row() function
188 const uint8x16_t indexRow1 = convert_indices(make_index_row(alphaRow1)); in compress_r11eac_blocks()
189 const uint8x16_t indexRow2 = convert_indices(make_index_row(alphaRow2)); in compress_r11eac_blocks()
190 const uint8x16_t indexRow3 = convert_indices(make_index_row(alphaRow3)); in compress_r11eac_blocks()
191 const uint8x16_t indexRow4 = convert_indices(make_index_row(alphaRow4)); in compress_r11eac_blocks()