Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dtexcompress_rgtc_tmp.h84 int alphaabsmin = 0, alphaabsmax = 0; in TAG() local
94 alphaabsmax = 1; in TAG()
105 if (((alphabase[0] > alphabase[1]) && !(alphaabsmin && alphaabsmax)) in TAG()
106 …|| (alphabase[0] == alphabase[1] && !alphaabsmin && !alphaabsmax)) { /* one color, either max or m… in TAG()
131 if (alphaabsmax) alphause[1] = T_MAX; in TAG()