Searched refs:storeInUpperBits (Results 1 – 2 of 2) sorted by relevance
391 void floatToHalfBits(Float4& dst, const Float4& floatBits, bool storeInUpperBits);
1129 void ShaderCore::floatToHalfBits(Float4& dst, const Float4& floatBits, bool storeInUpperBits) in floatToHalfBits() argument1150 …dst = As<Float4>(storeInUpperBits ? As<UInt4>(dst) | ((joined << 16) | justsign) : joined | (justs… in floatToHalfBits()