Searched defs:maxRes (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp692 const int maxRes = int(roundEven(in0+eps)); local
695 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
708 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1144 const int maxRes = int(deFloatFloor(in0+eps)); local
1147 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1160 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1252 const int maxRes = int(in0+eps);
1255 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1268 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1380 const int maxRes local
1478 const int maxRes = int(deFloatCeil(in0+eps)); local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp723 const int maxRes = int(roundEven(in0+eps)); local
726 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
739 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1180 const int maxRes = int(deFloatFloor(in0+eps)); local
1183 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1196 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1288 const int maxRes = int(in0+eps);
1291 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1304 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1416 const int maxRes local
1514 const int maxRes = int(deFloatCeil(in0+eps)); local
[all...]

Completed in 272 milliseconds