Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dtexcompress_rgtc_tmp.h41 const unsigned char acodehigh = (3 + bit_pos / 8) < 8 ? blksrc[3 + bit_pos / 8] : 0; in TAG() local
43 (acodehigh << (8 - (bit_pos & 0x7)))) & 0x7; in TAG()