Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/gd/CTR/
Dgd_Lighting.h938 static void SetLookUpTableAbsInput(LookUpTableId lutId, gdBool value);
951 static void SetLookUpTableInputValue(LookUpTableId lutId, LookUpTableInputValue lutInputValue);
964 …static void SetLookUpTableOutputScaling(LookUpTableId lutId, LookUpTableOutputScaleValue outputSca…
1232 NN_FORCE_INLINE void LightingStage::SetLookUpTableAbsInput(LookUpTableId lutId, gdBool value) in SetLookUpTableAbsInput() argument
1234 u32 bit = 1 << (lutId*4 + 1); in SetLookUpTableAbsInput()
1241 NN_FORCE_INLINE void LightingStage::SetLookUpTableInputValue(LookUpTableId lutId, LookUpTableInputV… in SetLookUpTableInputValue() argument
1244 internal::g_lightingStageSettings.m_RegLutInputValues &= ~(0x7 << (lutId<<2)); in SetLookUpTableInputValue()
1245 internal::g_lightingStageSettings.m_RegLutInputValues |= lutInputV << (lutId<<2); in SetLookUpTableInputValue()
1250 NN_FORCE_INLINE void LightingStage::SetLookUpTableOutputScaling(LookUpTableId lutId, LookUpTableOut… in SetLookUpTableOutputScaling() argument
1253 internal::g_lightingStageSettings.m_RegLutOutputScale &= ~(0x7 << (lutId<<2)); in SetLookUpTableOutputScaling()
[all …]