Searched refs:pack_two_shorts (Results 1 – 2 of 2) sorted by relevance
131 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts() function137 #define pack_two_shorts(pri, sec) PACK_TWO_SHORTS(pri, sec) macro
208 *dst++ = pack_two_shorts(fx >> 16, (fx + dx) >> 16); in decal_nofilter_scale()210 *dst++ = pack_two_shorts(fx >> 16, (fx + dx) >> 16); in decal_nofilter_scale()