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.c641 GLint nn_comp; in fxt1_quantize_ALPHA1() local
646 nn_comp = n_comp; in fxt1_quantize_ALPHA1()
647 while ((minColL == maxColL) && nn_comp) { in fxt1_quantize_ALPHA1()
652 for (i = 0; i < nn_comp; i++) { in fxt1_quantize_ALPHA1()
666 nn_comp--; in fxt1_quantize_ALPHA1()
669 nn_comp = n_comp; in fxt1_quantize_ALPHA1()
670 while ((minColR == maxColR) && nn_comp) { in fxt1_quantize_ALPHA1()
675 for (i = 0; i < nn_comp; i++) { in fxt1_quantize_ALPHA1()
689 nn_comp--; in fxt1_quantize_ALPHA1()