Home
last modified time | relevance | path

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

/external/deqp/scripts/
Dcheck_resolution_list.py74 for pattern, minRes, recRes in resList:
75 if not isResolutionOk(minRes) or not isResolutionOk(recRes):
76 fail("Invalid resolution: '%s %s %s'" % (pattern, minRes, recRes))
80 for pattern, minRes, recRes in resList:
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp691 const int minRes = 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()
1143 const int minRes = 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()
1251 const int minRes = 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()
1379 const int minRes = int(roundEven(in0-eps)); in compare() local
[all …]
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp768 const int minRes = int(roundEven(in0-eps)); in compare() local
772 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
785 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1225 const int minRes = int(deFloatFloor(in0-eps)); in compare() local
1229 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1242 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1333 const int minRes = int(in0-eps); in compare() local
1337 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1350 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1461 const int minRes = int(roundEven(in0-eps)); in compare() local
[all …]