Home | History | Annotate | Download | only in functional

Lines Matching refs:srcBits

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