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

/external/deqp/framework/common/
H A DtcuTexture.cpp412 static inline deUint16 convertSatUint12 (S src) function in namespace:tcu::__anon4731
448 case TextureFormat::UNORM_SHORT_12: *((deUint16*)dst) = (deUint16)(convertSatUint12(src) << 4u); break;

Completed in 77 milliseconds