Searched refs:EMIT5 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex_generic.c | 868 #define EMIT5(NR, F0, F1, F2, F3, F4, NAME) \ macro 906 #define EMIT2(F0, F1, NAME) EMIT5(2, F0, F1, insert_null, \ 909 #define EMIT3(F0, F1, F2, NAME) EMIT5(3, F0, F1, F2, insert_null, \ 912 #define EMIT4(F0, F1, F2, F3, NAME) EMIT5(4, F0, F1, F2, F3, \
|