Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dscanline.cpp1920 const int iwscale = 32 - gglClz(q0); in scanline_perspective() local
1939 tc[i].sqtq.sq = gglMulx(s, q0, iwscale); in scanline_perspective()
1940 tc[i].sqtq.tq = gglMulx(t, q0, iwscale); in scanline_perspective()
1968 const int32_t v1 = gglMulx(v, q1, iwscale); in scanline_perspective()
1975 const int scale = ti.st[j].scale + (iwscale - 30); in scanline_perspective()
2009 const int iwscale = 32 - gglClz(iw); in scanline_perspective_single() local
2015 const int sscale = ti.sscale + (iwscale - 30); in scanline_perspective_single()
2016 const int tscale = ti.tscale + (iwscale - 30); in scanline_perspective_single()
2023 int32_t s0 = gglMulx(s, iw, iwscale); in scanline_perspective_single()
2024 int32_t t0 = gglMulx(t, iw, iwscale); in scanline_perspective_single()
[all …]