Home
last modified time | relevance | path

Searched refs:Fixed13 (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/ut/
Dut_Float24.h699 class Fixed13
705 Fixed13() : m_Float32( 0.0f ) {} in Fixed13() function
712 explicit Fixed13( u32 fixed13 ) in Fixed13() function
722 explicit Fixed13( f32 fvalue ) in Fixed13() function
/NW4C-2.0.3/include/nw/gfx/
Dgfx_GraphicsDevice.h571 …ut::Fixed13(-spotDir.y).GetFixed13Value() << 16 | ut::Fixed13(-spotDir.x).GetFixed13Value(), // di… in ActivateFragmentLightPosition()
572 ut::Fixed13(-spotDir.z).GetFixed13Value(), // dir_z in ActivateFragmentLightPosition()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Fog.cpp372 …u32 value = nw::ut::Fixed13::Float32ToFixed13(viewPos.z - prevLut) | (nw::ut::Fixed11::Float32ToFi… in SetupFogSampler()