Home
last modified time | relevance | path

Searched refs:deFloatDegrees (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderConstExprTests.cpp346 { "degrees", "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, { deFloatDegrees(2.0f) } }, in init()
384 { "degrees", "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/
H A Des2fShaderConstExprTests.cpp75 {"degrees", "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatDegrees(2.0f) }, in init()
/third_party/vk-gl-cts/framework/common/
H A 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/
H A Des3fShaderConstExprTests.cpp76 {"degrees", "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/
H A 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/
H A DvktSpvAsmFloatControlsTests.cpp531 vm[V_DEGREES_DENORM] = deFloatDegrees(vm[V_DENORM]); in TypeValues()
H A DvktSpvAsmInstructionTests.cpp14605 const float result (deFloatDegrees(d));
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp529 vm[V_DEGREES_DENORM] = deFloatDegrees(vm[V_DENORM]); in TypeValues()
H A DvktSpvAsmInstructionTests.cpp14507 const float result (deFloatDegrees(d));

Completed in 64 milliseconds