Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_GraphicsDevice.cpp42 u32 GraphicsDevice::s_DepthRange24 = ut::Float24::Float32ToBits24( -1.0f ); member in nw::gfx::GraphicsDevice
143 NW_LOG(" 0x%x\n", s_DepthRange24); in Report()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_GraphicsDevice.h148 s_DepthRange24 = ut::Float24::Float32ToBits24(s_DepthRangeNear - s_DepthRangeFar); in SetDepthRange()
739 static u32 s_DepthRange24; variable
961 COMMAND[2] = s_DepthRange24; in ActivatePolygonOffset()