Home
last modified time | relevance | path

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

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