Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp253 inline deUint32 convertSatRteUint24 (float f) in convertSatRteUint24() function
350 …case TextureFormat::UNORM_INT24: writeUint24(dst, convertSatRteUint24 (src * 16777215.0f)); … in floatToChannel()
357 case TextureFormat::UNSIGNED_INT24: writeUint24(dst, convertSatRteUint24 (src)); break; in floatToChannel()
1518 writeUint32High24(pixelPtr, convertSatRteUint24(depth * 16777215.0f)); in setPixDepth()
1523 writeUint32Low24(pixelPtr, convertSatRteUint24(depth * 16777215.0f)); in setPixDepth()