Home | History | Annotate | Download | only in swrast

Lines Matching refs:t01

110              const GLfloat t01[4], const GLfloat t11[4])
112 result[0] = lerp_2d(a, b, t00[0], t10[0], t01[0], t11[0]);
113 result[1] = lerp_2d(a, b, t00[1], t10[1], t01[1], t11[1]);
114 result[2] = lerp_2d(a, b, t00[2], t10[2], t01[2], t11[2]);
115 result[3] = lerp_2d(a, b, t00[3], t10[3], t01[3], t11[3]);
1159 GLfloat t00[4], t10[4], t01[4], t11[4]; /* sampled texel colors */
1191 get_border_color(samp, img, t01);
1194 swImg->FetchTexel(swImg, i0, j1, 0, t01);
1203 lerp_rgba_2d(rgba, a, b, t00, t10, t01, t11);
1223 GLfloat t00[4], t10[4], t01[4], t11[4]; /* sampled texel colors */
1237 swImg->FetchTexel(swImg, i0, j1, 0, t01);
1240 lerp_rgba_2d(rgba, wi, wj, t00, t10, t01, t11);
2730 GLfloat t00[4], t01[4], t10[4], t11[4];
2757 get_border_color(samp, img, t01);
2759 swImg->FetchTexel(swImg, i0, j1, 0, t01);
2766 lerp_rgba_2d(rgba[i], a, b, t00, t10, t01, t11);
2866 GLfloat t00[4], t01[4], t10[4], t11[4];
2904 get_border_color(samp, img, t01);
2907 swImg->FetchTexel(swImg, i0, j1, array, t01);
2917 lerp_rgba_2d(rgba, a, b, t00, t10, t01, t11);