/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/Pipeline/ |
ShaderCore.hpp | 317 void roundEven(Vector4f &dst, const Vector4f &src);
|
PixelProgram.cpp | 200 case Shader::OPCODE_ROUNDEVEN: roundEven(d, s0); break; [all...] |
VertexProgram.cpp | 188 case Shader::OPCODE_ROUNDEVEN: roundEven(d, s0); break; [all...] |
ShaderCore.cpp | [all...] |
/external/swiftshader/src/Shader/ |
ShaderCore.hpp | 317 void roundEven(Vector4f &dst, const Vector4f &src);
|
VertexProgram.cpp | 195 case Shader::OPCODE_ROUNDEVEN: roundEven(d, s0); break; [all...] |
PixelProgram.cpp | 200 case Shader::OPCODE_ROUNDEVEN: roundEven(d, s0); break; [all...] |
ShaderCore.cpp | [all...] |
/external/mesa3d/src/compiler/glsl/ |
builtin_functions.cpp | 783 BA1(roundEven) [all...] |
/external/deqp/external/openglcts/modules/gl/ |
gl4cGPUShaderFP64Tests.cpp | [all...] |