Home
last modified time | relevance | path

Searched defs:LCLAMPF (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dtexparam.c57 #define LCLAMPF(a, lmin, lmax) ((a) > (lmin) ? ( (a) >= (lmax) ? (lmax) : (lroundf(a)) ) : (lmin)) macro

Completed in 5 milliseconds