Searched refs:minRes (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/scripts/ |
H A D | check_resolution_list.py | 74 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:
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderCommonFunctionTests.cpp | 654 const int minRes = int(roundEven(in0-eps)); in compare() local 658 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() 671 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare() 1106 const int minRes = int(deFloatFloor(in0-eps)); in compare() local 1110 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() 1123 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare() 1214 const int minRes = int(in0-eps); in compare() 1218 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() 1231 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare() 1342 const int minRes in compare() local 1440 const int minRes = int(deFloatCeil(in0-eps)); compare() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderCommonFunctionTests.cpp | 729 const int minRes = int(roundEven(in0-eps)); in compare() local 733 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() 746 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare() 1186 const int minRes = int(deFloatFloor(in0-eps)); in compare() local 1190 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() 1203 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare() 1294 const int minRes = int(in0-eps); in compare() 1298 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() 1311 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare() 1422 const int minRes in compare() local 1520 const int minRes = int(deFloatCeil(in0-eps)); compare() local [all...] |
Completed in 8 milliseconds