Home | History | Annotate | Download | only in softpipe

Lines Matching refs:lerp

70 lerp(float a, float v0, float v1)
88 const float temp0 = lerp(a, v00, v10);
89 const float temp1 = lerp(a, v01, v11);
90 return lerp(b, temp0, temp1);
104 return lerp(c, temp0, temp1);
1201 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]);
1239 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]);
1491 rgba[c][j] = lerp(levelBlend, rgbax[c][0], rgbax[c][1]);
1957 rgba[c][j] = lerp(levelBlend, rgbax[c][0], rgbax[c][1]);