Home
last modified time | relevance | path

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

/CTR-SDK-2.3.4/CTR_SDK/include/nn/gr/CTR/
Dgr_Shadow.h87 u32 zBiasFix24 = Float32ToUnsignedFix24( zBias );
Dgr_Utility.h409 inline u32 Float32ToUnsignedFix24( f32 val ) in Float32ToUnsignedFix24() function
/CTR-SDK-2.3.4/CTR_SDK/sources/libraries/gr/CTR/
Dgr_FrameBuffer.cpp226 Float32ToUnsignedFix24( depthStencilBuffer.clearDepth ); in MakeClearRequest()
238 clearDepth = Float32ToUnsignedFix24( depthStencilBuffer.clearDepth ); in MakeClearRequest()
Dgr_RenderState.cpp174 u32 zBiasFix24 = Float32ToUnsignedFix24( zBias ); in MakeTextureCommand()
/CTR-SDK-2.3.4/CTR_SDK/include/nn/gd/CTR/
Dgd_Utils.h299 static u32 Float32ToUnsignedFix24( f32 val );
622 NN_FORCE_INLINE u32 Utils::Float32ToUnsignedFix24( f32 val ) in Float32ToUnsignedFix24() function
Dgd_Texture.h1657 bias = Utils::Float32ToUnsignedFix24(zBias); in SetShadowZScaleBias()