Searched refs:inverseSqrt (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuInterval.cpp | 138 Interval inverseSqrt (const Interval& x) in inverseSqrt() function
|
H A D | tcuInterval.hpp | 218 Interval inverseSqrt (const Interval& x);
|
H A D | tcuVectorUtil.hpp | 67 inline float inverseSqrt (float f) { return deFloatRsq(f); } in inverseSqrt() function 474 TCU_DECLARE_VECTOR_UNARY_FUNC(inverseSqrt, deFloatRsq)
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderOperatorTests.cpp | 795 DECLARE_UNARY_GENTYPE_FUNCS(inverseSqrt) 1103 << BuiltinFuncInfo("inversesqrt", "inversesqrt", GT, Value(GT, 0.5f, 10.0f), notUsed, notUsed, 1.0f, 0.0f, PRECMASK_MEDIUMP_HIGHP, FLOAT_GENTYPE_FUNCS(inverseSqrt) ) in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 12188 static glw::GLdouble inverseSqrt(glw::GLdouble val); 12446 static glw::GLdouble inverseSqrt(glw::GLdouble val) in inverseSqrt() function 14120 function, "inversesqrt", Math::inverseSqrt, variable_type /* res_type */, variable_type /* arg_type */); in getFunctionObject()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderOperatorTests.cpp | 1417 DECLARE_UNARY_GENTYPE_FUNCS(inverseSqrt) 1945 << BuiltinFuncInfo("inversesqrt", "inversesqrt", GT, Value(GT, 0.5f, 10.0f), notUsed, notUsed, 1.0f, 0.0f, PRECMASK_MEDIUMP_HIGHP, FLOAT_GENTYPE_FUNCS(inverseSqrt) ) in init()
|
Completed in 29 milliseconds