Home | History | Annotate | Download | only in codeflinger

Lines Matching defs:prec

757     int prec = 0;
764 prec = 5;
770 prec = 4;
777 prec = 8;
786 const int adjust = FRAC_BITS*2 - prec;
796 texel.format.c[i].h = tmu.format.c[i].h + offset + prec;
797 texel.format.c[i].l = texel.format.c[i].h - (tmu.format.bits(i) + prec);
825 RSB(AL, 0, k, u, imm(1<<prec));