Searched defs:LCLAMPF (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/main/ | ||
H A D | texparam.c | 57 #define LCLAMPF(a, lmin, lmax) ((a) > (lmin) ? ( (a) >= (lmax) ? (lmax) : (lroundf(a)) ) : (lmin)) macro |
Completed in 5 milliseconds