Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkTextureCompressor_opts.h191 const uint8x16_t indexRow4 = convert_indices(make_index_row(alphaRow4)); in compress_r11eac_blocks() local
196 vorrq_u8(vshlq_n_u8(indexRow3, 3), indexRow4)); in compress_r11eac_blocks()
/external/skia/src/utils/
DSkTextureCompressor_R11EAC.cpp447 const uint32_t indexRow4 = convert_indices(alphaRow4); in compress_r11eac_block_fast() local
457 const uint32_t r3r4 = (indexRow3 << 3) | indexRow4; in compress_r11eac_block_fast()