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

  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 768 const float resSum = out0 + out1;
770 const deUint32 ulpDiff = hasZeroSign ? getUlpDiff(resSum, in0) : getUlpDiffIgnoreZeroSign(resSum, in0);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 799 const float resSum = out0 + out1;
801 const deUint32 ulpDiff = hasZeroSign ? getUlpDiff(resSum, in0) : getUlpDiffIgnoreZeroSign(resSum, in0);
    [all...]

Completed in 96 milliseconds