Searched refs:s_LightPositionW (Results 1 – 2 of 2) sorted by relevance
47 u32 GraphicsDevice::s_LightPositionW = 0; member in nw::gfx::GraphicsDevice193 NW_LOG(" 0x%x\n", s_LightPositionW); in Report()
374 s_LightPositionW = 0x0; in ResetFragmentLightEnabled()387 return ((s_LightPositionW >> index) & 0x1); in GetFragmentLightPositionW()401 s_LightPositionW |= (0x1 << index); in SetFragmentLightPositionW()405 s_LightPositionW &= ~(0x1 << index); in SetFragmentLightPositionW()742 static u32 s_LightPositionW; variable