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

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h727 #ifndef COPY_4V
728 #define COPY_4V( DST, SRC ) \ macro
739 #define COPY_4FV( DST, SRC ) COPY_4V(DST, SRC)
/external/mesa3d/src/mesa/main/
H A Dmacros.h229 #define COPY_4V( DST, SRC ) \ macro
245 COPY_4V(dst, src);

Completed in 142 milliseconds