Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp268 inline deUint16 convertSatRteUint12 (float f) in convertSatRteUint12() function
382 …case TextureFormat::UNORM_SHORT_12: *((deUint16*)dst) = (deUint16)(convertSatRteUint12(src * 409… in floatToChannel()