Lines Matching refs:col0
1560 GLuint col0[4]; in fxt1_decode_1ALPHA() local
1566 col0[BCOMP] = (*(const GLuint *)(code + 11)) >> 6; in fxt1_decode_1ALPHA()
1567 col0[GCOMP] = CC_SEL(cc, 99); in fxt1_decode_1ALPHA()
1568 col0[RCOMP] = CC_SEL(cc, 104); in fxt1_decode_1ALPHA()
1569 col0[ACOMP] = CC_SEL(cc, 119); in fxt1_decode_1ALPHA()
1573 col0[BCOMP] = CC_SEL(cc, 64); in fxt1_decode_1ALPHA()
1574 col0[GCOMP] = CC_SEL(cc, 69); in fxt1_decode_1ALPHA()
1575 col0[RCOMP] = CC_SEL(cc, 74); in fxt1_decode_1ALPHA()
1576 col0[ACOMP] = CC_SEL(cc, 109); in fxt1_decode_1ALPHA()
1580 b = UP5(col0[BCOMP]); in fxt1_decode_1ALPHA()
1581 g = UP5(col0[GCOMP]); in fxt1_decode_1ALPHA()
1582 r = UP5(col0[RCOMP]); in fxt1_decode_1ALPHA()
1583 a = UP5(col0[ACOMP]); in fxt1_decode_1ALPHA()
1590 b = LERP(3, t, UP5(col0[BCOMP]), UP5(CC_SEL(cc, 79))); in fxt1_decode_1ALPHA()
1591 g = LERP(3, t, UP5(col0[GCOMP]), UP5(CC_SEL(cc, 84))); in fxt1_decode_1ALPHA()
1592 r = LERP(3, t, UP5(col0[RCOMP]), UP5(CC_SEL(cc, 89))); in fxt1_decode_1ALPHA()
1593 a = LERP(3, t, UP5(col0[ACOMP]), UP5(CC_SEL(cc, 114))); in fxt1_decode_1ALPHA()