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