Home
last modified time | relevance | path

Searched refs:m_points_weights (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Dclusterfit.cpp113 m_points_weights[i] = x; in ConstructOrdering()
150 Vec4 part1 = ( i == 0 ) ? m_points_weights[0] : VEC4_CONST( 0.0f ); in Compress3()
201 part1 += m_points_weights[j]; in Compress3()
206 part0 += m_points_weights[i]; in Compress3()
285 Vec4 part2 = ( j == 0 ) ? m_points_weights[0] : VEC4_CONST( 0.0f ); in Compress4()
337 part2 += m_points_weights[k]; in Compress4()
344 part1 += m_points_weights[j]; in Compress4()
349 part0 += m_points_weights[i]; in Compress4()
H A Dclusterfit.h53 Vec4 m_points_weights[16]; variable