Home | History | Annotate | Download | only in swrast

Lines Matching defs:t11

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 */
1197 get_border_color(samp, img, t11);
1200 swImg->FetchTexel(swImg, i1, j1, 0, t11);
1203 lerp_rgba_2d(rgba, a, b, t00, t10, t01, t11);
1223 GLfloat t00[4], t10[4], t01[4], t11[4]; /* sampled texel colors */
1238 swImg->FetchTexel(swImg, i1, j1, 0, t11);
1240 lerp_rgba_2d(rgba, wi, wj, t00, t10, t01, t11);
2730 GLfloat t00[4], t01[4], t10[4], t11[4];
2762 get_border_color(samp, img, t11);
2764 swImg->FetchTexel(swImg, i1, j1, 0, t11);
2766 lerp_rgba_2d(rgba[i], a, b, t00, t10, t01, t11);
2866 GLfloat t00[4], t01[4], t10[4], t11[4];
2910 get_border_color(samp, img, t11);
2913 swImg->FetchTexel(swImg, i1, j1, array, t11);
2917 lerp_rgba_2d(rgba, a, b, t00, t10, t01, t11);