Searched refs:deFloatAcos (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgBuiltinFunctions.hpp | 260 inMax = (outMin >= -1.0f) ? deFloatAcos(outMin) : +DE_PI; in transformValueRange() 261 inMin = (outMax <= +1.0f) ? deFloatAcos(outMax) : -DE_PI; in transformValueRange() 353 return deFloatAcos(inVal); in evaluateComp()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderConstExprTests.cpp | 350 { "acos", "acos(${T} (1.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, { deFloatAcos(1.0f) } }, in init() 388 { "acos", "acos(${T} (-0.5))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_INT, { deFloatAcos(-0.5f) } }, in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderConstExprTests.cpp | 80 {"acos", "acos(${T} (1.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatAcos(1.0f) }, in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderConstExprTests.cpp | 81 {"acos", "acos(${T} (1.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatAcos(1.0f) }, in init()
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
H A D | deMath.h | 220 DE_INLINE float deFloatAcos (float a) { return (float)acos(a); } in deFloatAcos() function
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuVectorUtil.hpp | 458 TCU_DECLARE_VECTOR_UNARY_FUNC(acos, deFloatAcos)
|
Completed in 7 milliseconds