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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmacros.h379 #define ZERO_3V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = 0 macro
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmacros.h408 #define ZERO_3V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = 0 macro

Completed in 4 milliseconds