Lines Matching refs:l
146 const int l = parts.iterated.format.c[i].l; in init_iterated_color() local
148 mask |= ((1<<(h-l))-1) << l; in init_iterated_color()
192 fragment.l = GGL_COLOR_BITS - 8; in build_iterated_color()
752 texel.format.c[i].l = FRAC_BITS*2; // keeping 8 bits in enough in filter8()
810 texel.format.c[i].l = texel.format.c[i].h - (tmu.format.bits(i) + prec); in filter16()
1087 dest.l = incoming.l; in modulate()
1093 dest.l = 0; in modulate()
1097 int shift = incoming.l; in modulate()
1122 dest.l = Ni; in modulate()
1143 dest.l = Nt; in modulate()
1152 dest.l = dest.h-8; in modulate()
1172 int shift = incoming.l; in decal()
1210 int shift = incoming.l; in blend()
1254 if (incomingTemp.l) { in add()
1256 reg_imm(incomingTemp.reg, LSR, incomingTemp.l)); in add()
1260 dest.l = 0; in add()