Searched defs:deMix (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/delibs/debase/ | ||
H A D | deMath.h | 257 DE_INLINE double deMix (double a, double b, double t) { return a*(1.0-t) + b*t; } in deMix() function |
Completed in 4 milliseconds