Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderConstExprTests.cpp346 … "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, { deFloatDegrees(2.0f) } }, in init()
384 … "degrees(${T} (0.11))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_INT, { deFloatDegrees(0.11f) } }, in init()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderConstExprTests.cpp75 …, "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatDegrees(2.0f) }, in init()
/third_party/vk-gl-cts/framework/common/
DtcuVectorUtil.hpp66 inline float degrees (float f) { return deFloatDegrees(f); } in degrees()
453 TCU_DECLARE_VECTOR_UNARY_FUNC(degrees, deFloatDegrees)
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderConstExprTests.cpp76 …, "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatDegrees(2.0f) }, in init()
/third_party/vk-gl-cts/framework/delibs/debase/
DdeMath.h215 DE_INLINE float deFloatDegrees (float a) { return a * (180.0f / DE_PI); } in deFloatDegrees() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp529 vm[V_DEGREES_DENORM] = deFloatDegrees(vm[V_DENORM]); in TypeValues()
DvktSpvAsmInstructionTests.cpp14492 const float result (deFloatDegrees(d)); in calc()