Home
last modified time | relevance | path

Searched refs:maxRes (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp692 const int maxRes = int(roundEven(in0+eps)); in compare() local
695 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
708 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1144 const int maxRes = int(deFloatFloor(in0+eps)); in compare() local
1147 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1160 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1252 const int maxRes = int(in0+eps); in compare() local
1255 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1268 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1380 const int maxRes = int(roundEven(in0+eps)); in compare() local
[all …]
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp770 const int maxRes = int(roundEven(in0+eps)); in compare() local
773 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
786 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1227 const int maxRes = int(deFloatFloor(in0+eps)); in compare() local
1230 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1243 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1335 const int maxRes = int(in0+eps); in compare() local
1338 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1351 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1463 const int maxRes = int(roundEven(in0+eps)); in compare() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp873 const int maxRes = int(roundEven(in0+eps)); in compare() local
876 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
889 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1433 const int maxRes = int(deFloatFloor(in0+eps)); in compare() local
1436 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1449 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1555 const int maxRes = int(in0+eps); in compare() local
1558 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1571 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1697 const int maxRes = int(roundEven(in0+eps)); in compare() local
[all …]