Searched refs:vec4_rcp_length_ps (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib.hpp263 static SIMDINLINE Float vec4_rcp_length_ps(const Vec4& v) function in struct:SIMDBase
271 Float rcpLength = vec4_rcp_length_ps(v);
H A Dsimdlib_interface.hpp380 static Float vec4_rcp_length_ps(const Vec4& v); // return 1.0f / sqrt(dp4(v, v))
H A Dsimdintrin.h234 #define _simdvec_rcp_length_ps SIMD::vec4_rcp_length_ps

Completed in 4 milliseconds