Home | History | Annotate | Download | only in functional

Lines Matching refs:vec

459 inline tcu::Vector<T, 4> swizzleVec (const tcu::Vector<T, 4>& vec, int swzNdx)
462 return vec.swizzle(swz[0], swz[1], swz[2], swz[3]);