Searched refs:depthRangeBit (Results 1 – 2 of 2) sorted by relevance
168 …RangeNear - (depthRangeNear - depthRangeFar) * polygonOffsetUnit / f32( (1 << depthRangeBit) - 1) : in MakeCommand()186 ( ( depthRangeBit == 24 ) ? in MakeCommand()189 ( polygonOffsetUnit * 128.0f / f32( (1 << depthRangeBit) - 1 ) ) : in MakeCommand()190 ( polygonOffsetUnit / f32( (1 << depthRangeBit) - 1 ) ) ) in MakeCommand()347 depthRangeBit ( 24 ), in WBuffer()
667 u8 depthRangeBit; variable