Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dscanline.cpp1685 ti.tscale = t.shade.tscale + adjustTWrap; in init_y()
1701 const int32_t tscale = ti.tscale; in init_y() local
1704 if (tscale>=0) { in init_y()
1705 ti.ydtdy= ty << tscale; in init_y()
1706 ti.dtdx = t.shade.idtdx << tscale; in init_y()
1707 ti.dtdy = t.shade.idtdy << tscale; in init_y()
1709 ti.ydtdy= ty >> -tscale; in init_y()
1710 ti.dtdx = t.shade.idtdx >> -tscale; in init_y()
1711 ti.dtdy = t.shade.idtdy >> -tscale; in init_y()
1998 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/include/private/pixelflinger/
Dggl_context.h373 int tscale;
396 int tscale;