Home
last modified time | relevance | path

Searched refs:minRes (Results 1 – 4 of 4) 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.cpp769 const int minRes = 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()
1226 const int minRes = 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()
1334 const int minRes = 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()
1462 const int minRes = int(roundEven(in0-eps)); in compare() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp872 const int minRes = 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()
1432 const int minRes = 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()
1554 const int minRes = 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()
1696 const int minRes = int(roundEven(in0-eps)); in compare() local
[all …]