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

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

Completed in 143 milliseconds