Searched refs:SplatY (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()
81 Vec4 SplatY() const { return Vec4( vec_splat( m_v, 1 ) ); } in SplatY() function
64 Vec4 SplatY() const { return Vec4( m_y ); } in SplatY() function
77 Vec4 SplatY() const { return Vec4( _mm_shuffle_ps( m_v, m_v, SQUISH_SSE_SPLAT( 1 ) ) ); } in SplatY() function