Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/ut/
Dut_Float24.h986 class FixedU24
992 FixedU24() : m_Float32( 0.0f ) {} in FixedU24() function
999 explicit FixedU24( u32 fixedU24 ) in FixedU24() function
1009 explicit FixedU24( f32 fvalue ) in FixedU24() function
/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp894 … command[13] |= ((ut::FixedU24::Float32ToFixedU24(texture.GetShadowZBias()) >> 1) & 0x7FFFFF) << 1; in SetupTextureMapperCommand()