Home | History | Annotate | Download | only in codeflinger

Lines Matching refs:prec

770     int prec = 0;
777 prec = 5;
783 prec = 4;
790 prec = 8;
799 const int adjust = FRAC_BITS*2 - prec;
809 texel.format.c[i].h = tmu.format.c[i].h + offset + prec;
810 texel.format.c[i].l = texel.format.c[i].h - (tmu.format.bits(i) + prec);
838 RSB(AL, 0, k, u, imm(1<<prec));