Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_GraphicsDevice.cpp36 uint GraphicsDevice::s_LutIsAbs = 0; member in nw::gfx::GraphicsDevice
208 NW_LOG(" 0x%x\n", s_LutIsAbs); in Report()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_GraphicsDevice.h266 s_LutIsAbs &= ~(0x1 << (1 + 4 * target)); in SetLutIsAbs()
270 s_LutIsAbs |= 0x1 << (1 + 4 * target) ; in SetLutIsAbs()
325 s_LutIsAbs, in ActivateLutParameters()
339 s_LutIsAbs = 0; in ResetLutParameters()
733 static u32 s_LutIsAbs; variable