Home | History | Annotate | Download | only in functional

Lines Matching refs:asUint

728 						const UVec4	fmtMaxVal	= ((tcu::Vector<deUint64, 4>(1) << fmtBits.cast<deUint64>())-deUint64(1)).asUint();
736 const UVec4 step = maxVal / rangeDiv.asUint();
747 UVec4 c = step*swizzleVec(IVec4(x, y, ix, iy).asUint(), curInVec);