Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/sources/libraries/gr/CTR/
Dgr_RenderState.cpp328 …RangeNear - (depthRangeNear - depthRangeFar) * polygonOffsetUnit / f32( (1 << depthRangeBit) - 1) : in MakeCommand()
346 ( ( depthRangeBit == 24 ) ? in MakeCommand()
349 ( polygonOffsetUnit * 128.0f / f32( (1 << depthRangeBit) - 1 ) ) : in MakeCommand()
350 ( polygonOffsetUnit / f32( (1 << depthRangeBit) - 1 ) ) ) in MakeCommand()
597 depthRangeBit ( 24 ), in WBuffer()
/CTR-SDK-2.4.0/include/nn/gr/CTR/
Dgr_RenderState.h623 u8 depthRangeBit; variable