Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/ut/
Dut_Float24.h697 class Fixed13
703 Fixed13() : m_Float32( 0.0f ) {} in Fixed13() function
710 explicit Fixed13( u32 fixed13 ) in Fixed13() function
720 explicit Fixed13( f32 fvalue ) in Fixed13() function
/NW4C-1.2.23/include/nw/gfx/
Dgfx_GraphicsDevice.h569 …ut::Fixed13(-spotDir.y).GetFixed13Value() << 16 | ut::Fixed13(-spotDir.x).GetFixed13Value(), // di… in ActivateFragmentLightPosition()
570 ut::Fixed13(-spotDir.z).GetFixed13Value(), // dir_z in ActivateFragmentLightPosition()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_Fog.cpp335 …u32 value = nw::ut::Fixed13::Float32ToFixed13(viewPos.z - prevLut) | (nw::ut::Fixed11::Float32ToFi… in SetupFogSampler()