Searched refs:depthRangeBit (Results 1 – 2 of 2) sorted by relevance
328 …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()
623 u8 depthRangeBit; variable