Searched defs:CachedInterpolation (Results 1 – 2 of 2) sorted by relevance
37 struct CachedInterpolation { struct38 int64 start;39 int64 end;40 float start_scale;41 float end_minus_one_scale;42 bool needs_bounding;
77 struct CachedInterpolation { struct78 int64 lower; // Lower source index used in the interpolation79 int64 upper; // Upper source index used in the interpolation82 float lerp;