Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dscanline.cpp1703 ti.tscale = t.shade.tscale + adjustTWrap; in init_y()
1719 const int32_t tscale = ti.tscale; in init_y() local
1722 if (tscale>=0) { in init_y()
1723 ti.ydtdy= ty << tscale; in init_y()
1724 ti.dtdx = t.shade.idtdx << tscale; in init_y()
1725 ti.dtdy = t.shade.idtdy << tscale; in init_y()
1727 ti.ydtdy= ty >> -tscale; in init_y()
1728 ti.dtdx = t.shade.idtdx >> -tscale; in init_y()
1729 ti.dtdy = t.shade.idtdy >> -tscale; in init_y()
2016 const int tscale = ti.tscale + (iwscale - 30); in scanline_perspective_single() local
[all …]
Dpixelflinger.cpp460 u.shade.tscale= grad[7]; in ggl_texCoordGradScale8xv()
469 c->activeTMU->shade.tscale= 0; in ggl_texCoord2x()
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h375 int tscale;
398 int tscale;