Home
last modified time | relevance | path

Searched defs:LERP (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/swrast/
Ds_blit.c384 #define LERP(T, A, B) ( (A) + (T) * ((B) - (A)) ) macro
Ds_texfilter.c53 #define LERP(T, A, B) ( (A) + (T) * ((B) - (A)) ) macro
/third_party/mesa3d/src/util/format/
Du_format_fxt1.c1253 #define LERP(n, t, c0, c1) (((n) - (t)) * (c0) + (t) * (c1) + (n) / 2) / (n) macro