Home | History | Annotate | Download | only in functional

Lines Matching full:maxvalue

1552 		const tcu::IVec4	maxValue		= getNBitIntegerVec4MaxValue(isSigned, numBits);
1553 const tcu::IVec4 valueRange = maxValue - minValue;
1561 const tcu::IVec4 value = maxValue + tcu::IVec4(1);