Searched refs:colorLutInput (Results 1 – 2 of 2) sorted by relevance
294 static void SetGasLightColorLutInput(GasColorLookUpTableInput colorLutInput);553 NN_FORCE_INLINE void FogStage::SetGasLightColorLutInput(GasColorLookUpTableInput colorLutInput) in SetGasLightColorLutInput() argument556 if (colorLutInput) internal::g_gasFogSettings.m_GasLightZ4ColorLut |= (1<<8); in SetGasLightColorLutInput()
164 #define PICA_CMD_DATA_GAS_LIGHT_Z_COLOR(lightZ4, colorLutInput) \ argument165 ( (lightZ4) | ((colorLutInput) ? 1 : 0) << 8 )