Searched refs:CLIP_DOTPROD (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vb_cliptmp.h | 29 #define CLIP_DOTPROD(K, A, B, C, D) X(K)*A + Y(K)*B + Z(K)*C + W(K)*D macro 35 GLfloat dpPrev = CLIP_DOTPROD(idxPrev, A, B, C, D ); \ 42 GLfloat dp = CLIP_DOTPROD(idx, A, B, C, D ); \ 86 const GLfloat dp0 = CLIP_DOTPROD( v0, A, B, C, D ); \ 87 const GLfloat dp1 = CLIP_DOTPROD( v1, A, B, C, D ); \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vb_cliptmp.h | 29 #define CLIP_DOTPROD(K, A, B, C, D) X(K)*A + Y(K)*B + Z(K)*C + W(K)*D macro 35 GLfloat dpPrev = CLIP_DOTPROD(idxPrev, A, B, C, D ); \ 42 GLfloat dp = CLIP_DOTPROD(idx, A, B, C, D ); \ 86 const GLfloat dp0 = CLIP_DOTPROD( v0, A, B, C, D ); \ 87 const GLfloat dp1 = CLIP_DOTPROD( v1, A, B, C, D ); \
|
Completed in 3 milliseconds