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

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dtexcompress_rgtc_tmp.h84 int alphaabsmin = 0, alphaabsmax = 0; local in function:TAG
94 alphaabsmax = 1;
105 if (((alphabase[0] > alphabase[1]) && !(alphaabsmin && alphaabsmax))
106 || (alphabase[0] == alphabase[1] && !alphaabsmin && !alphaabsmax)) { /* one color, either max or min */
125 /* it's possible this encoding is better even if both alphaabsmin and alphaabsmax are true */
131 if (alphaabsmax) alphause[1] = T_MAX;
196 /* it's not very likely this encoding is better if both alphaabsmin and alphaabsmax
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dtexcompress_rgtc_tmp.h84 int alphaabsmin = 0, alphaabsmax = 0; local in function:TAG
94 alphaabsmax = 1;
105 if (((alphabase[0] > alphabase[1]) && !(alphaabsmin && alphaabsmax))
106 || (alphabase[0] == alphabase[1] && !alphaabsmin && !alphaabsmax)) { /* one color, either max or min */
125 /* it's possible this encoding is better even if both alphaabsmin and alphaabsmax are true */
131 if (alphaabsmax) alphause[1] = T_MAX;
196 /* it's not very likely this encoding is better if both alphaabsmin and alphaabsmax
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_s3tc_tmp.h580 GLboolean alphaabsmax = GL_FALSE; local in function:encodedxt5alpha
590 alphaabsmax = GL_TRUE;
601 if ((alphabase[0] > alphabase[1]) && !(alphaabsmin && alphaabsmax)) { /* one color, either max or min */
603 /* || (alphabase[0] == alphabase[1] && !alphaabsmin && !alphaabsmax) */
619 /* it's possible this encoding is better even if both alphaabsmin and alphaabsmax are true */
625 if (alphaabsmax) alphause[1] = 255;
687 /* it's not very likely this encoding is better if both alphaabsmin and alphaabsmax
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_s3tc_tmp.h580 GLboolean alphaabsmax = GL_FALSE; local in function:encodedxt5alpha
590 alphaabsmax = GL_TRUE;
601 if ((alphabase[0] > alphabase[1]) && !(alphaabsmin && alphaabsmax)) { /* one color, either max or min */
603 /* || (alphabase[0] == alphabase[1] && !alphaabsmin && !alphaabsmax) */
619 /* it's possible this encoding is better even if both alphaabsmin and alphaabsmax are true */
625 if (alphaabsmax) alphause[1] = 255;
687 /* it's not very likely this encoding is better if both alphaabsmin and alphaabsmax

Completed in 8 milliseconds