Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_exec_api.c460 #define SET_64BIT(dst32, u64) do { \ macro
465 #define SET_64BIT(dst32, u64) do { \ macro
539 if (N > 0) SET_64BIT(dst, V0); \
540 if (N > 1) SET_64BIT(dst, V1); \
541 if (N > 2) SET_64BIT(dst, V2); \
542 if (N > 3) SET_64BIT(dst, V3); \
545 if (N < 2 && size >= 4) SET_64BIT(dst, V1); \
546 if (N < 3 && size >= 6) SET_64BIT(dst, V2); \
547 if (N < 4 && size >= 8) SET_64BIT(dst, V3); \