HomeSort by relevance Sort by last modified time
    Searched refs:minRes (Results 1 - 4 of 4) sorted by null

  /external/deqp/scripts/
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:
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 691 const int minRes = int(roundEven(in0-eps));
695 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
708 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 769 const int minRes = int(roundEven(in0-eps));
773 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
786 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp 872 const int minRes = int(roundEven(in0-eps));
876 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
889 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
    [all...]

Completed in 69 milliseconds