Searched refs:deFloatDegrees (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderConstExprTests.cpp | 356 … "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, { deFloatDegrees(2.0f) } }, in init() 394 … "degrees(${T} (0.11))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_INT, { deFloatDegrees(0.11f) } }, in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderConstExprTests.cpp | 75 …, "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatDegrees(2.0f) }, in init()
|
/external/deqp/framework/common/ |
D | tcuVectorUtil.hpp | 65 inline float degrees (float f) { return deFloatDegrees(f); } in degrees() 426 TCU_DECLARE_VECTOR_UNARY_FUNC(degrees, deFloatDegrees)
|
/external/deqp/framework/delibs/debase/ |
D | deMath.h | 138 DE_INLINE float deFloatDegrees (float a) { return a * (180.0f / DE_PI); } in deFloatDegrees() function
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderConstExprTests.cpp | 76 …, "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatDegrees(2.0f) }, in init()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmFloatControlsTests.cpp | 459 vm[V_DEGREES_DENORM] = deFloatDegrees(vm[V_DENORM]); in TypeValues()
|
D | vktSpvAsmInstructionTests.cpp | 12506 const float result (deFloatDegrees(d)); in calc()
|