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

  /external/deqp/scripts/
check_resolution_list.py 54 for pattern, minRes, recRes in resList:
55 if not isResolutionOk(minRes) or not isResolutionOk(recRes):
56 fail("Invalid resolution: '%s %s %s'" % (pattern, minRes, recRes))
60 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 722 const int minRes = int(roundEven(in0-eps));
726 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
739 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
    [all...]

Completed in 141 milliseconds