Home
last modified time | relevance | path

Searched refs:SplatZ (Results 1 – 4 of 4) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Dclusterfit.cpp185 Vec4 error = e5.SplatX() + e5.SplatY() + e5.SplatZ(); in Compress3()
320 Vec4 error = e5.SplatX() + e5.SplatY() + e5.SplatZ(); in Compress4()
H A Dsimd_ve.h82 Vec4 SplatZ() const { return Vec4( vec_splat( m_v, 2 ) ); } in SplatZ() function
H A Dsimd_float.h65 Vec4 SplatZ() const { return Vec4( m_z ); } in SplatZ() function
H A Dsimd_sse.h78 Vec4 SplatZ() const { return Vec4( _mm_shuffle_ps( m_v, m_v, SQUISH_SSE_SPLAT( 2 ) ) ); } in SplatZ() function