Home
last modified time | relevance | path

Searched refs:CLIP_DOTPROD (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h29 #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 ); \