HomeSort by relevance Sort by last modified time
    Searched refs:higherNdx (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsCalibration.cpp 110 const int higherNdx = lowerNdx + (lowerNdx == maxNdx ? 0 : 1); // Use only last element if position is 1.0
114 DE_ASSERT(higherNdx >= 0 && higherNdx < (int)values.size());
117 return tcu::mix((float)values[lowerNdx], (float)values[higherNdx], interpolationFactor);
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 676 const int higherNdx = lowerNdx + 1;
680 DE_ASSERT(higherNdx >= 0 && higherNdx < (int)values.size());
683 return tcu::mix((float)values[lowerNdx], (float)values[higherNdx], interpolationFactor);
    [all...]

Completed in 81 milliseconds