Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp261 inline deUint16 convertSatRteUint10 (float f) in convertSatRteUint10() function
419 case TextureFormat::UNORM_SHORT_10: *((deUint16*)dst) = (deUint16)(convertSatRteUint10(src * 1023.0f) << 6u); break; in floatToChannel()

Completed in 9 milliseconds