Searched defs:minRes (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp872 const int minRes = int(roundEven(in0-eps)); local
876 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
889 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1432 const int minRes = int(deFloatFloor(in0-eps)); local
1436 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1449 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1554 const int minRes = int(in0-eps);
1558 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1571 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1696 const int minRes local
1808 const int minRes = int(deFloatCeil(in0-eps)); local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp691 const int minRes = 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);
1143 const int minRes = 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);
1251 const int minRes = int(in0-eps);
1255 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1268 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1379 const int minRes local
1477 const int minRes = int(deFloatCeil(in0-eps)); local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp769 const int minRes = int(roundEven(in0-eps)); local
773 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
786 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1226 const int minRes = int(deFloatFloor(in0-eps)); local
1230 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1243 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1334 const int minRes = int(in0-eps);
1338 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1351 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1462 const int minRes local
1560 const int minRes = int(deFloatCeil(in0-eps)); local
[all...]

Completed in 94 milliseconds