Searched refs:SET_64BIT (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_exec_api.c471 #define SET_64BIT(dst32, u64) do { \ macro
476 #define SET_64BIT(dst32, u64) do { \ macro
549 if (N > 0) SET_64BIT(dst, V0); \
550 if (N > 1) SET_64BIT(dst, V1); \
551 if (N > 2) SET_64BIT(dst, V2); \
552 if (N > 3) SET_64BIT(dst, V3); \
555 if (N < 2 && size >= 4) SET_64BIT(dst, V1); \
556 if (N < 3 && size >= 6) SET_64BIT(dst, V2); \
557 if (N < 4 && size >= 8) SET_64BIT(dst, V3); \

Completed in 3 milliseconds