Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_Float24.h1018 u32 GetFixedU24Value() const { return Float32ToFixedU24( m_Float32 ); } in GetFixedU24Value()
1040 static u32 Float32ToFixedU24(f32 value) in Float32ToFixedU24() function
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp894 … command[13] |= ((ut::FixedU24::Float32ToFixedU24(texture.GetShadowZBias()) >> 1) & 0x7FFFFF) << 1; in SetupTextureMapperCommand()