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

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp885 const int minRes = int(roundEven(in0-eps)); local
889 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
902 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1451 const int minRes = int(deFloatFloor(in0-eps)); local
1455 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1468 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1574 const int minRes = int(in0-eps);
1578 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1591 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1717 const int minRes local
1830 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 139 milliseconds