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

  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 596 static float roundEven (float v)
611 : CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "roundEven", shaderType)
615 m_spec.source = "out0 = roundEven(in0);";
670 const float ref = roundEven(in0);
691 const int minRes = int(roundEven(in0-eps));
692 const int maxRes = int(roundEven(in0+eps));
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 627 static float roundEven (float v)
642 : CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "roundEven", shaderType)
646 m_spec.source = "out0 = roundEven(in0);";
701 const float ref = roundEven(in0);
722 const int minRes = int(roundEven(in0-eps));
723 const int maxRes = int(roundEven(in0+eps));
    [all...]

Completed in 38 milliseconds