Searched refs:VEC_ELT (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/math/ |
| H A D | m_vector.h | 81 #define VEC_ELT( v, type, i ) \ macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ |
| H A D | m_vector.h | 88 #define VEC_ELT( v, type, i ) \ macro
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | isosurf.c | 215 #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