Lines Matching refs:V6
817 #define ASSIGN_X_BITS(V0,S0, V1,S1, V2,S2, V3,S3, V4,S4, V5,S5, V6,S6) do { SHOR(V0,S0,x0); SHOR(V1,S1,x1); SHOR(V2,S2,x2); SHOR(V3,S3,x3); SHOR(V4,S4,x4); SHOR(V5,S5,x5); SHOR(V6,S6,x6); } while (false)
969 deInt32 v6 = (deInt32)getBits(v6In, 0, 6);
974 e0.w() = v6 << 5;
979 v6 |= (v7 << (mode+1)) & 0x780;
983 v6 <<= 4-mode;
986 v7 += v6;
988 e0.w() = v6;
1143 deInt32 v6 = (deInt32)v[6];
1148 bitTransferSigned(v7, v6);
1152 e0 = clampedRGBA(IVec4(v0, v2, v4, v6));
1153 e1 = clampedRGBA(IVec4(v0+v1, v2+v3, v4+v5, v6+v7));
1157 e0 = clampedRGBA(blueContract(v0+v1, v2+v3, v4+v5, v6+v7));
1158 e1 = clampedRGBA(blueContract(v0, v2, v4, v6));