Home | History | Annotate | Download | only in performance

Lines Matching full:swizzles

1563 					static const char* const	swizzles[3]		= { "x", "xy", "xyz" };
1566 const string swizzle = numRows < 4 ? string() + "." + swizzles[numRows-1] : "";