Searched refs:depthRangeBit (Results 1 – 2 of 2) sorted by relevance
324 …RangeNear - (depthRangeNear - depthRangeFar) * polygonOffsetUnit / f32( (1 << depthRangeBit) - 1) : in MakeCommand()342 ( ( depthRangeBit == 24 ) ? in MakeCommand()345 ( polygonOffsetUnit * 128.0f / f32( (1 << depthRangeBit) - 1 ) ) : in MakeCommand()346 ( polygonOffsetUnit / f32( (1 << depthRangeBit) - 1 ) ) ) in MakeCommand()593 depthRangeBit ( 24 ), in WBuffer()
622 u8 depthRangeBit; variable