Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_GraphicsDevice.cpp35 uint GraphicsDevice::s_LutInput = 0; member in nw::gfx::GraphicsDevice
209 NW_LOG(" 0x%x\n", s_LutInput); in Report()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_GraphicsDevice.h288 s_LutInput &= ~(0x7 << (4 * target)); in SetLutInput()
289 s_LutInput |= input << (4 * target); in SetLutInput()
325 s_LutInput, in ActivateLutParameters()
338 s_LutInput = 0; in ResetLutParameters()
732 static u32 s_LutInput; variable