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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib.hpp246 static SIMDINLINE Float vec4_dp4_ps(const Vec4& v0, const Vec4& v1) function in struct:SIMDBase
265 Float length = vec4_dp4_ps(v, v);
H A Dsimdlib_interface.hpp379 static Float vec4_dp4_ps(const Vec4& v0, const Vec4& v1); // return dp4(v0, v1)
H A Dsimdintrin.h233 #define _simdvec_dp4_ps SIMD::vec4_dp4_ps

Completed in 6 milliseconds