Home
last modified time | relevance | path

Searched refs:floatNdx (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsCalibration.cpp108 const float floatNdx = maxNdx * position; in linearSample() local
109 const int lowerNdx = (int)deFloatFloor(floatNdx); in linearSample()
111 const float interpolationFactor = floatNdx - (float)lowerNdx; in linearSample()
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp655 const float floatNdx = ((int)values.size() - 1) * position; in linearSample() local
656 const int lowerNdx = (int)deFloatFloor(floatNdx); in linearSample()
658 const float interpolationFactor = floatNdx - (float)lowerNdx; in linearSample()