Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp459 static inline deUint16 convertSatUint10 (S src) in convertSatUint10() function
510 case TextureFormat::UNORM_SHORT_10: *((deUint16*)dst) = (deUint16)(convertSatUint10(src) << 6u); break; in intToChannel()

Completed in 7 milliseconds