Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_Fog.h35 static const u32 FOG_LOOKUP_TABLE_ELEMENT_NUM = 128;
76 void SetTable( const f32 table[ FOG_LOOKUP_TABLE_ELEMENT_NUM ],
146 return command + ( FOG_LOOKUP_TABLE_ELEMENT_NUM + 4 ); in MakeTableCommand()
160 for ( u32 index = 0; index < ( FOG_LOOKUP_TABLE_ELEMENT_NUM + 4 ); index++ ) in Fog()
171 u32 m_TableCommand[ FOG_LOOKUP_TABLE_ELEMENT_NUM + 4 ];
/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Fog.cpp25 void Fog::SetTable( const f32 table[ FOG_LOOKUP_TABLE_ELEMENT_NUM ], in SetTable() argument