Lines Matching refs:SWZ_CPY
681 #define SWZ_CPY(dst, src, count, dstComps, srcComps) \ in swizzle_copy() macro
714 SWZ_CPY(dst, src, count, 4, 4); in swizzle_copy()
717 SWZ_CPY(dst, src, count, 4, 3); in swizzle_copy()
720 SWZ_CPY(dst, src, count, 4, 2); in swizzle_copy()
723 SWZ_CPY(dst, src, count, 4, 1); in swizzle_copy()
732 SWZ_CPY(dst, src, count, 3, 4); in swizzle_copy()
735 SWZ_CPY(dst, src, count, 3, 3); in swizzle_copy()
738 SWZ_CPY(dst, src, count, 3, 2); in swizzle_copy()
741 SWZ_CPY(dst, src, count, 3, 1); in swizzle_copy()
750 SWZ_CPY(dst, src, count, 2, 4); in swizzle_copy()
753 SWZ_CPY(dst, src, count, 2, 3); in swizzle_copy()
756 SWZ_CPY(dst, src, count, 2, 2); in swizzle_copy()
759 SWZ_CPY(dst, src, count, 2, 1); in swizzle_copy()
768 SWZ_CPY(dst, src, count, 1, 4); in swizzle_copy()
771 SWZ_CPY(dst, src, count, 1, 3); in swizzle_copy()
774 SWZ_CPY(dst, src, count, 1, 2); in swizzle_copy()
777 SWZ_CPY(dst, src, count, 1, 1); in swizzle_copy()
786 #undef SWZ_CPY in swizzle_copy()