Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/Squish/
H A Dclusterfit.cpp135 Vec4 beststart = VEC4_CONST( 0.0f ); in Compress3() local
190 beststart = a; in Compress3()
219 Vec3 axis = ( bestend - beststart ).GetVec3(); in Compress3()
241 WriteColourBlock3( beststart.GetVec3(), bestend.GetVec3(), bestindices, block ); in Compress3()
266 Vec4 beststart = VEC4_CONST( 0.0f ); in Compress4() local
325 beststart = a; in Compress4()
362 Vec3 axis = ( bestend - beststart ).GetVec3(); in Compress4()
386 WriteColourBlock4( beststart.GetVec3(), bestend.GetVec3(), bestindices, block ); in Compress4()