Searched refs:Float32ToUnsignedFix24 (Results 1 – 5 of 5) sorted by relevance
226 Float32ToUnsignedFix24( depthStencilBuffer.clearDepth ); in MakeClearRequest()238 clearDepth = Float32ToUnsignedFix24( depthStencilBuffer.clearDepth ); in MakeClearRequest()
173 u32 zBiasFix24 = Float32ToUnsignedFix24( zBias ); in MakeTextureCommand()
299 static u32 Float32ToUnsignedFix24( f32 val );622 NN_FORCE_INLINE u32 Utils::Float32ToUnsignedFix24( f32 val ) in Float32ToUnsignedFix24() function
1964 bias = Utils::Float32ToUnsignedFix24(zBias); in SetShadowZScaleBias()
424 inline u32 Float32ToUnsignedFix24( f32 val ) in Float32ToUnsignedFix24() function