Home | History | Annotate | Download | only in performance

Lines Matching refs:higherNdx

657 	const int	higherNdx			= lowerNdx + 1;
661 DE_ASSERT(higherNdx >= 0 && higherNdx < (int)values.size());
664 return tcu::mix((float)values[lowerNdx], (float)values[higherNdx], interpolationFactor);