Lines Matching full:interpolationfactor
658 const float interpolationFactor = floatNdx - (float)lowerNdx;662 DE_ASSERT(interpolationFactor >= 0 && interpolationFactor < 1.0f);664 return tcu::mix((float)values[lowerNdx], (float)values[higherNdx], interpolationFactor);