HomeSort by relevance Sort by last modified time
    Searched defs:roundEven (Results 1 - 5 of 5) 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 674 static float roundEven (float v)
689 : CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "roundEven", shaderType)
693 m_spec.source = "out0 = roundEven(in0);";
748 const float ref = roundEven(in0);
769 const int minRes = int(roundEven(in0-eps));
770 const int maxRes = int(roundEven(in0+eps));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp 780 static float roundEven (float v)
851 const float ref = roundEven(in0);
872 const int minRes = int(roundEven(in0-eps));
873 const int maxRes = int(roundEven(in0+eps));
903 : CommonFunctionCase (testCtx, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "roundEven", shaderType)
907 m_spec.source = "out0 = roundEven(in0);";
    [all...]
  /external/swiftshader/src/Shader/
ShaderCore.cpp     [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cGPUShaderFP64Tests.cpp     [all...]

Completed in 196 milliseconds