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

/external/deqp/framework/common/
H A DtcuTexture.cpp398 static inline deUint16 convertSatUint10 (S src) function in namespace:tcu::__anon4731
447 case TextureFormat::UNORM_SHORT_10: *((deUint16*)dst) = (deUint16)(convertSatUint10(src) << 6u); break;

Completed in 87 milliseconds