Searched refs:iwscale (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/
H A Dscanline.cpp1881 const int iwscale = 32 - gglClz(q0); local
1900 tc[i].sq = gglMulx(s, q0, iwscale);
1901 tc[i].tq = gglMulx(t, q0, iwscale);
1929 const int32_t v1 = gglMulx(v, q1, iwscale);
1936 const int scale = ti.st[j].scale + (iwscale - 30);
1970 const int iwscale = 32 - gglClz(iw); local
1976 const int sscale = ti.sscale + (iwscale - 30);
1977 const int tscale = ti.tscale + (iwscale - 30);
1984 int32_t s0 = gglMulx(s, iw, iwscale);
1985 int32_t t0 = gglMulx(t, iw, iwscale);
[all...]

Completed in 64 milliseconds