Home
last modified time | relevance | path

Searched defs:LINTERP (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c102 #define LINTERP(T, OUT, IN) ((OUT) + (T) * ((IN) - (OUT))) macro
/external/mesa3d/src/mesa/main/
Dmacros.h637 LINTERP(GLfloat t, GLfloat out, GLfloat in) in LINTERP() function