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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c97 #define LINTERP(T, OUT, IN) ((OUT) + (T) * ((IN) - (OUT))) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c97 #define LINTERP(T, OUT, IN) ((OUT) + (T) * ((IN) - (OUT))) macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmacros.h637 LINTERP(GLfloat t, GLfloat out, GLfloat in) function in typeref:typename:GLfloat
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmacros.h666 LINTERP(GLfloat t, GLfloat out, GLfloat in) function in typeref:typename:GLfloat

Completed in 7 milliseconds