Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp435 static inline deUint16 convertSatUint12 (S src) in convertSatUint12() function
473 …case TextureFormat::UNORM_SHORT_12: *((deUint16*)dst) = (deUint16)(convertSatUint12(src) << 4u);… in intToChannel()