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

/external/deqp/framework/common/
H A DtcuTexture.cpp260 inline deUint16 convertSatRteUint10 (float f) function in namespace:tcu::__anon4731
362 case TextureFormat::UNORM_SHORT_10: *((deUint16*)dst) = (deUint16)(convertSatRteUint10(src * 1023.0f) << 6u); break;

Completed in 256 milliseconds