Searched refs:m_start (Results 1 – 4 of 4) sorted by relevance
| /TaskScheduler/ThirdParty/Squish/ |
| H A D | rangefit.cpp | 93 m_start = Truncate( grid*start + half )*gridrcp; in RangeFit() 105 codes[0] = m_start; in Compress3() 107 codes[2] = 0.5f*m_start + 0.5f*m_end; in Compress3() 142 WriteColourBlock3( m_start, m_end, indices, block ); in Compress3() 157 codes[0] = m_start; in Compress4() 159 codes[2] = ( 2.0f/3.0f )*m_start + ( 1.0f/3.0f )*m_end; in Compress4() 160 codes[3] = ( 1.0f/3.0f )*m_start + ( 2.0f/3.0f )*m_end; in Compress4() 195 WriteColourBlock4( m_start, m_end, indices, block ); in Compress4()
|
| H A D | singlecolourfit.cpp | 96 WriteColourBlock3( m_start, m_end, indices, block ); in Compress3() 124 WriteColourBlock4( m_start, m_end, indices, block ); in Compress4() 157 m_start = Vec3( in ComputeEndPoints()
|
| H A D | rangefit.h | 47 Vec3 m_start; variable
|
| H A D | singlecolourfit.h | 49 Vec3 m_start; variable
|