Home
last modified time | relevance | path

Searched refs:deFloatDegrees (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcShaderConstExprTests.cpp356 … "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/
Des2fShaderConstExprTests.cpp75 …, "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatDegrees(2.0f) }, in init()
/external/deqp/framework/common/
DtcuVectorUtil.hpp65 inline float degrees (float f) { return deFloatDegrees(f); } in degrees()
426 TCU_DECLARE_VECTOR_UNARY_FUNC(degrees, deFloatDegrees)
/external/deqp/framework/delibs/debase/
DdeMath.h138 DE_INLINE float deFloatDegrees (float a) { return a * (180.0f / DE_PI); } in deFloatDegrees() function
/external/deqp/modules/gles3/functional/
Des3fShaderConstExprTests.cpp76 …, "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/
DvktSpvAsmFloatControlsTests.cpp459 vm[V_DEGREES_DENORM] = deFloatDegrees(vm[V_DENORM]); in TypeValues()
DvktSpvAsmInstructionTests.cpp12506 const float result (deFloatDegrees(d)); in calc()