Lines Matching refs:t2
695 int32_t s0, int32_t t0, int32_t s1, int32_t t1, int32_t s2, int32_t t2) in compute_lod() argument
707 int32_t texelArea = abs( gglMulx(s1-s0, t2-t0, shift) - in compute_lod()
731 int32_t t2 = v2->texture[i].T; in lerp_texcoords() local
735 int lod = compute_lod(c, i, s0, t0, s1, t1, s2, t2); in lerp_texcoords()
751 t2 *= height; in lerp_texcoords()
754 itt[7] = -lerp.iteratorsScale(itt+3, t0, t1, t2); in lerp_texcoords()
788 int32_t t2 = v2->texture[i].T; in lerp_texcoords_w() local
792 int lod = compute_lod(c, i, s0, t0, s1, t1, s2, t2); in lerp_texcoords_w()
808 t2 *= height; in lerp_texcoords_w()
816 t2 = gglMulx(t2, w2, wscale); in lerp_texcoords_w()
819 itt[7] = sc - lerp.iteratorsScale(itt+3, t0, t1, t2); in lerp_texcoords_w()