Searched refs:s_LutInput (Results 1 – 2 of 2) sorted by relevance
37 uint GraphicsDevice::s_LutInput = 0; member in nw::gfx::GraphicsDevice211 NW_LOG(" 0x%x\n", s_LutInput); in Report()
290 s_LutInput &= ~(0x7 << (4 * target)); in SetLutInput()291 s_LutInput |= input << (4 * target); in SetLutInput()327 s_LutInput, in ActivateLutParameters()340 s_LutInput = 0; in ResetLutParameters()734 static u32 s_LutInput; variable