Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DShaderCore.hpp359 void halfToFloatBits(Float4& dst, const Float4& halfBits);
DShaderCore.cpp1062 void ShaderCore::halfToFloatBits(Float4& dst, const Float4& halfBits) in halfToFloatBits() function in sw::ShaderCore
1085 halfToFloatBits(dst.x, As<Float4>(As<UInt4>(s0.x) & UInt4(0x0000FFFF))); in unpackHalf2x16()
1086 halfToFloatBits(dst.y, As<Float4>((As<UInt4>(s0.x) & UInt4(0xFFFF0000)) >> 16)); in unpackHalf2x16()