Searched refs:SplatX (Results 1 – 4 of 4) sorted by relevance
185 Vec4 error = e5.SplatX() + e5.SplatY() + e5.SplatZ(); in Compress3()320 Vec4 error = e5.SplatX() + e5.SplatY() + e5.SplatZ(); in Compress4()
80 Vec4 SplatX() const { return Vec4( vec_splat( m_v, 0 ) ); } in SplatX() function
63 Vec4 SplatX() const { return Vec4( m_x ); } in SplatX() function
76 Vec4 SplatX() const { return Vec4( _mm_shuffle_ps( m_v, m_v, SQUISH_SSE_SPLAT( 0 ) ) ); } in SplatX() function