Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_GraphicsDevice.cpp34 uint GraphicsDevice::s_LutIsAbs = 0; member in nw::gfx::GraphicsDevice
206 NW_LOG(" 0x%x\n", s_LutIsAbs); in Report()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_GraphicsDevice.h264 s_LutIsAbs &= ~(0x1 << (1 + 4 * target)); in SetLutIsAbs()
268 s_LutIsAbs |= 0x1 << (1 + 4 * target) ; in SetLutIsAbs()
323 s_LutIsAbs, in ActivateLutParameters()
337 s_LutIsAbs = 0; in ResetLutParameters()
731 static u32 s_LutIsAbs; variable