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

  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 793 const float refOut1 = float(int(in0));
794 const float refOut0 = in0 - refOut1;
805 m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << HexFloat(in0) << " with ULP threshold "
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 762 const float refOut1 = float(int(in0));
763 const float refOut0 = in0 - refOut1;
774 m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << HexFloat(in0) << " with ULP threshold "
    [all...]

Completed in 428 milliseconds