Searched refs:Float32ToUnsignedFix24 (Results 1 – 5 of 5) sorted by relevance
240 Float32ToUnsignedFix24( depthStencilBuffer.clearDepth ); in MakeClearRequest()252 clearDepth = Float32ToUnsignedFix24( depthStencilBuffer.clearDepth ); in MakeClearRequest()347 Float32ToUnsignedFix24( depthStencilBuffer.clearDepth ); in MakeClearRequestRaw()359 clearDepth = Float32ToUnsignedFix24( depthStencilBuffer.clearDepth ); in MakeClearRequestRaw()
173 u32 zBiasFix24 = Float32ToUnsignedFix24( zBias ); in MakeTextureCommand()
302 static u32 Float32ToUnsignedFix24( f32 val );625 NN_FORCE_INLINE u32 Utils::Float32ToUnsignedFix24( f32 val ) in Float32ToUnsignedFix24() function
2019 u32 bias = Utils::Float32ToUnsignedFix24(zBias); in SetShadowZBias()
556 inline u32 Float32ToUnsignedFix24( f32 val ) in Float32ToUnsignedFix24() function