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

  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 751 const bool hasZeroSign = supportsSignedZero(precision);
770 const deUint32 ulpDiff = hasZeroSign ? getUlpDiff(resSum, in0) : getUlpDiffIgnoreZeroSign(resSum, in0);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 782 const bool hasZeroSign = supportsSignedZero(precision);
801 const deUint32 ulpDiff = hasZeroSign ? getUlpDiff(resSum, in0) : getUlpDiffIgnoreZeroSign(resSum, in0);
    [all...]

Completed in 181 milliseconds