Home | History | Annotate | Download | only in functional

Lines Matching refs:readBits

1655 		const tcu::IVec4	readBits	= tcu::getTextureFormatBitDepth(readPixelsFormat);
1657 return Vec4(1.0f) / ((tcu::IVec4(1) << (tcu::min(srcBits, readBits))) - tcu::IVec4(1)).cast<float>();