Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_RenderState.cpp329 … - (depthRangeNear - depthRangeFar) * polygonOffsetUnit * 128.0f / f32( (1 << depthRangeBit) - 1) : in MakeCommand()
347 ( ( depthRangeBit == 24 ) ? in MakeCommand()
350 … Float32ToFloat24( ( polygonOffsetUnit * 128.0f / f32( (1 << depthRangeBit) - 1 ) ) ): in MakeCommand()
351 … Float32ToFloat24( ( polygonOffsetUnit / f32( (1 << depthRangeBit) - 1 ) ) ) ) in MakeCommand()
598 depthRangeBit ( 24 ) in WBuffer()
/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_RenderState.h619 u8 depthRangeBit; variable