Searched refs:roundedVal (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 695 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() local 697 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(out0, float(roundedVal)); in compare() 1147 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() local 1149 const deUint32 ulpDiff = getUlpDiff(out0, float(roundedVal)); in compare() 1255 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() local 1257 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(out0, float(roundedVal)); in compare() 1383 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() local 1385 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(out0, float(roundedVal)); in compare() 1481 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() local 1483 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(out0, float(roundedVal)); in compare()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 773 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() local 775 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(out0, float(roundedVal)); in compare() 1230 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() local 1232 const deUint32 ulpDiff = getUlpDiff(out0, float(roundedVal)); in compare() 1338 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() local 1340 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(out0, float(roundedVal)); in compare() 1466 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() local 1468 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(out0, float(roundedVal)); in compare() 1564 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() local 1566 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(out0, float(roundedVal)); in compare()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderCommonFunctionTests.cpp | 876 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() local 878 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(out0, float(roundedVal)); in compare() 1436 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() local 1438 const deUint32 ulpDiff = getUlpDiff(out0, float(roundedVal)); in compare() 1558 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() local 1560 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(out0, float(roundedVal)); in compare() 1700 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() local 1702 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(out0, float(roundedVal)); in compare() 1812 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare() local 1814 const deUint32 ulpDiff = getUlpDiffIgnoreZeroSign(out0, float(roundedVal)); in compare()
|