Searched refs:iwscale (Results 1 - 1 of 1) sorted by relevance
/system/core/libpixelflinger/ |
H A D | scanline.cpp | 1902 const int iwscale = 32 - gglClz(q0); local 1921 tc[i].sq = gglMulx(s, q0, iwscale); 1922 tc[i].tq = gglMulx(t, q0, iwscale); 1950 const int32_t v1 = gglMulx(v, q1, iwscale); 1957 const int scale = ti.st[j].scale + (iwscale - 30); 1991 const int iwscale = 32 - gglClz(iw); local 1997 const int sscale = ti.sscale + (iwscale - 30); 1998 const int tscale = ti.tscale + (iwscale - 30); 2005 int32_t s0 = gglMulx(s, iw, iwscale); 2006 int32_t t0 = gglMulx(t, iw, iwscale); [all...] |
Completed in 7 milliseconds