Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp260 inline deUint16 convertSatRteUint10 (float f) in convertSatRteUint10() function
362 …case TextureFormat::UNORM_SHORT_10: *((deUint16*)dst) = (deUint16)(convertSatRteUint10(src * 102… in floatToChannel()