Searched refs:convertSatRteUint12 (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexture.cpp267 inline deUint16 convertSatRteUint12 (float f) function in namespace:tcu::__anon4731
363 case TextureFormat::UNORM_SHORT_12: *((deUint16*)dst) = (deUint16)(convertSatRteUint12(src * 4095.0f) << 4u); break;

Completed in 119 milliseconds