Home | History | Annotate | Download | only in functional

Lines Matching defs:readBits

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