Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/tnl/
Dt_vb_texgen.c139 COPY_2V( u, coord ); in build_m2()
215 COPY_2V( u, coord ); in build_f2()
/third_party/mesa3d/src/mesa/main/
Dmacros.h540 #define COPY_2V( DST, SRC ) \ macro