Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp268 inline deUint16 convertSatRteUint12 (float f) in convertSatRteUint12() function
420 case TextureFormat::UNORM_SHORT_12: *((deUint16*)dst) = (deUint16)(convertSatRteUint12(src * 4095.0f) << 4u); break; in floatToChannel()

Completed in 8 milliseconds