Lines Matching refs:col0
1530 GLuint col0[4]; in fxt1_decode_1ALPHA() local
1536 col0[BCOMP] = (*(const GLuint *)(code + 11)) >> 6; in fxt1_decode_1ALPHA()
1537 col0[GCOMP] = CC_SEL(cc, 99); in fxt1_decode_1ALPHA()
1538 col0[RCOMP] = CC_SEL(cc, 104); in fxt1_decode_1ALPHA()
1539 col0[ACOMP] = CC_SEL(cc, 119); in fxt1_decode_1ALPHA()
1543 col0[BCOMP] = CC_SEL(cc, 64); in fxt1_decode_1ALPHA()
1544 col0[GCOMP] = CC_SEL(cc, 69); in fxt1_decode_1ALPHA()
1545 col0[RCOMP] = CC_SEL(cc, 74); in fxt1_decode_1ALPHA()
1546 col0[ACOMP] = CC_SEL(cc, 109); in fxt1_decode_1ALPHA()
1550 b = UP5(col0[BCOMP]); in fxt1_decode_1ALPHA()
1551 g = UP5(col0[GCOMP]); in fxt1_decode_1ALPHA()
1552 r = UP5(col0[RCOMP]); in fxt1_decode_1ALPHA()
1553 a = UP5(col0[ACOMP]); in fxt1_decode_1ALPHA()
1560 b = LERP(3, t, UP5(col0[BCOMP]), UP5(CC_SEL(cc, 79))); in fxt1_decode_1ALPHA()
1561 g = LERP(3, t, UP5(col0[GCOMP]), UP5(CC_SEL(cc, 84))); in fxt1_decode_1ALPHA()
1562 r = LERP(3, t, UP5(col0[RCOMP]), UP5(CC_SEL(cc, 89))); in fxt1_decode_1ALPHA()
1563 a = LERP(3, t, UP5(col0[ACOMP]), UP5(CC_SEL(cc, 114))); in fxt1_decode_1ALPHA()