Searched defs:STRIDE_LOOP (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_xform.c81 #define STRIDE_LOOP for ( i = 0 ; i < count ; i++, STRIDE_F(from, stride) ) macro
/external/mesa3d/src/mesa/math/
H A Dm_xform.c81 #define STRIDE_LOOP for ( i = 0 ; i < count ; i++, STRIDE_F(from, stride) ) macro

Completed in 114 milliseconds