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

  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 660 const bool hasSignedZero = supportsSignedZero(precision);
672 const deUint32 ulpDiff = hasSignedZero ? getUlpDiff(out0, ref) : getUlpDiffIgnoreZeroSign(out0, ref);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 691 const bool hasSignedZero = supportsSignedZero(precision);
703 const deUint32 ulpDiff = hasSignedZero ? getUlpDiff(out0, ref) : getUlpDiffIgnoreZeroSign(out0, ref);
    [all...]

Completed in 49 milliseconds