Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dscanline.cpp1925 const int iwscale = 32 - gglClz(q0); in scanline_perspective() local
1944 tc[i].sqtq.sq = gglMulx(s, q0, iwscale); in scanline_perspective()
1945 tc[i].sqtq.tq = gglMulx(t, q0, iwscale); in scanline_perspective()
1973 const int32_t v1 = gglMulx(v, q1, iwscale); in scanline_perspective()
1980 const int scale = ti.st[j].scale + (iwscale - 30); in scanline_perspective()
2014 const int iwscale = 32 - gglClz(iw); in scanline_perspective_single() local
2020 const int sscale = ti.sscale + (iwscale - 30); in scanline_perspective_single()
2021 const int tscale = ti.tscale + (iwscale - 30); in scanline_perspective_single()
2028 int32_t s0 = gglMulx(s, iw, iwscale); in scanline_perspective_single()
2029 int32_t t0 = gglMulx(t, iw, iwscale); in scanline_perspective_single()
[all …]