Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp254 inline deUint32 convertSatRteUint24 (float f) in convertSatRteUint24() function
407 case TextureFormat::UNORM_INT24: writeUint24(dst, convertSatRteUint24 (src * 16777215.0f)); break; in floatToChannel()
414 case TextureFormat::UNSIGNED_INT24: writeUint24(dst, convertSatRteUint24 (src)); break; in floatToChannel()
1803 writeUint32High24(pixelPtr, convertSatRteUint24(depth * 16777215.0f)); in setPixDepth()
1808 writeUint32Low24(pixelPtr, convertSatRteUint24(depth * 16777215.0f)); in setPixDepth()

Completed in 7 milliseconds