Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/Squish/
H A Dcolourset.cpp73 m_weights[m_count] = ( weightByAlpha ? w : 1.0f ); in ColourSet()
97 m_weights[index] += ( weightByAlpha ? w : 1.0f ); in ColourSet()
106 m_weights[i] = std::sqrt( m_weights[i] ); in ColourSet()
H A Dcolourset.h43 float const* GetWeights() const { return m_weights; } in GetWeights()
51 float m_weights[16]; variable