Searched refs:VEC_ELT (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_vector.h81 #define VEC_ELT( v, type, i ) \ macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_vector.h88 #define VEC_ELT( v, type, i ) \ macro
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Disosurf.c215 #define VEC_ELT(f, s, i) (float *)(((char *)f) + s * i) macro
243 float *dest = VEC_ELT(out, vec_stride, uniq);
260 float *dest = VEC_ELT(out, vec_stride, uniq);

Completed in 5 milliseconds