Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dtexcompress_rgtc_tmp.h84 int alphaabsmin = 0, alphaabsmax = 0; in TAG() local
92 alphaabsmin = 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()
129 if (alphaabsmin) alphause[0] = T_MIN; in TAG()
/external/mesa3d/src/mesa/main/
Dtexcompress_s3tc_tmp.h576 GLboolean alphaabsmin = GL_FALSE; in encodedxt5alpha() local
585 alphaabsmin = GL_TRUE; in encodedxt5alpha()
598 …if ((alphabase[0] > alphabase[1]) && !(alphaabsmin && alphaabsmax)) { /* one color, either max or … in encodedxt5alpha()
620 if (alphaabsmin) alphause[0] = 0; in encodedxt5alpha()