Home
last modified time | relevance | path

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

/CTR-SDK-2.3.4/CTR_SDK/include/nn/gd/CTR/
Dgd_Lighting.h793 static void SetLookUpTableAbsInput(LookUpTableId lutId, gdBool value);
806 static void SetLookUpTableInputValue(LookUpTableId lutId, LookUpTableInputValue lutInputValue);
819 …static void SetLookUpTableOutputScaling(LookUpTableId lutId, LookUpTableOutputScaleValue outputSca…
1065 NN_FORCE_INLINE void LightingStage::SetLookUpTableAbsInput(LookUpTableId lutId, gdBool value) in SetLookUpTableAbsInput() argument
1067 u32 bit = 1 << (lutId*4 + 1); in SetLookUpTableAbsInput()
1074 NN_FORCE_INLINE void LightingStage::SetLookUpTableInputValue(LookUpTableId lutId, LookUpTableInputV… in SetLookUpTableInputValue() argument
1077 internal::g_lightingStageSettings.m_RegLutInputValues &= ~(0x7 << (lutId<<2)); in SetLookUpTableInputValue()
1078 internal::g_lightingStageSettings.m_RegLutInputValues |= lutInputV << (lutId<<2); in SetLookUpTableInputValue()
1083 NN_FORCE_INLINE void LightingStage::SetLookUpTableOutputScaling(LookUpTableId lutId, LookUpTableOut… in SetLookUpTableOutputScaling() argument
1086 internal::g_lightingStageSettings.m_RegLutOutputScale &= ~(0x7 << (lutId<<2)); in SetLookUpTableOutputScaling()
[all …]