Home
last modified time | relevance | path

Searched refs:DE_PI_16BIT (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/debase/
DdeMath.h44 #define DE_PI_16BIT 0x4248 /*!< Pi. as a float16b */ macro
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3022 DEFINE_DERIVED_FLOAT1_16BIT(Radians16, radians, d, (constant((deFloat16)DE_PI_16BIT) / constant((d…
3025 …egrees16, degrees, r, (constant((deFloat16)FLOAT16_180_0) / constant((deFloat16)DE_PI_16BIT)) * r)