Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_fxt1.c646 GLint nn_comp; in fxt1_quantize_ALPHA1() local
651 nn_comp = n_comp; in fxt1_quantize_ALPHA1()
652 while ((minColL == maxColL) && nn_comp) { in fxt1_quantize_ALPHA1()
657 for (i = 0; i < nn_comp; i++) { in fxt1_quantize_ALPHA1()
671 nn_comp--; in fxt1_quantize_ALPHA1()
674 nn_comp = n_comp; in fxt1_quantize_ALPHA1()
675 while ((minColR == maxColR) && nn_comp) { in fxt1_quantize_ALPHA1()
680 for (i = 0; i < nn_comp; i++) { in fxt1_quantize_ALPHA1()
694 nn_comp--; in fxt1_quantize_ALPHA1()