Searched defs:prec (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp774 int prec = 0; local
781 prec = 5;
787 prec = 4;
794 prec = 8;
803 const int adjust = FRAC_BITS*2 - prec;
813 texel.format.c[i].h = tmu.format.c[i].h + offset + prec;
814 texel.format.c[i].l = texel.format.c[i].h - (tmu.format.bits(i) + prec);
842 RSB(AL, 0, k, u, imm(1<<prec));

Completed in 98 milliseconds