Searched refs:roundEven (Results 1 - 4 of 4) sorted by relevance
/external/vulkan-validation-layers/libs/glm/detail/ |
H A D | func_common.hpp | 90 /// same value as roundEven(x) for all values of x. 105 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/roundEven.xml">GLSL roundEven man page</a> 109 GLM_FUNC_DECL genType roundEven(genType const & x);
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderCommonFunctionTests.cpp | 596 static float roundEven (float v) function in namespace:deqp::gles3::Functional 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)); 1358 const float ref = roundEven(in0); 1379 const int minRes = int(roundEven(in0-eps)); 1380 const int maxRes = int(roundEven(in0+eps));
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fShaderCommonFunctionTests.cpp | 674 static float roundEven (float v) function in namespace:deqp::gles31::Functional 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)); 1441 const float ref = roundEven(in0); 1462 const int minRes = int(roundEven(in0-eps)); 1463 const int maxRes = int(roundEven(in0+eps));
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 793 static float roundEven (float v) function 864 const float ref = roundEven(in0); 885 const int minRes = int(roundEven(in0-eps)); 886 const int maxRes = int(roundEven(in0+eps)); 916 : CommonFunctionCase (testCtx, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "roundEven", shaderType) 920 m_spec.source = "out0 = roundEven(in0);"; 1696 const float ref = roundEven(in0); 1717 const int minRes = int(roundEven(in0-eps)); 1718 const int maxRes = int(roundEven(in0+eps));
|
Completed in 146 milliseconds