Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_LookUpTable.cpp25 void LookUpTable::SetTable( const f32 table[ LOOKUP_TABLE_ELEMENT_NUM ], in SetTable()
32 SetAbsTable( table, lastDiffValue ); in SetTable()
37 SetNotAbsTable( table, lastDiffValue ); in SetTable()
41 void LookUpTable::SetAbsTable( const f32 table[ LOOKUP_TABLE_ELEMENT_NUM ], in SetAbsTable()
49 *command++ = Float32ToUnsignedFix12( table[ i ] ) | in SetAbsTable()
50 Float32ToFix12( table[ i + 1 ] - table[ i ] ) << 12; in SetAbsTable()
55 *command++ = Float32ToUnsignedFix12( table[ i ] ) | in SetAbsTable()
56 Float32ToFix12( table[ i + 1 ] - table[ i ] ) << 12; in SetAbsTable()
60 *command++ = Float32ToUnsignedFix12( table[ i ] ) | in SetAbsTable()
65 void LookUpTable::SetNotAbsTable( const f32 table[ LOOKUP_TABLE_ELEMENT_NUM ], in SetNotAbsTable()
[all …]
Dgr_Fog.cpp25 void Fog::SetTable( const f32 table[ FOG_LOOKUP_TABLE_ELEMENT_NUM ], in SetTable()
36 *command++ = ( Float32ToUnsignedFix11( table[ i ] ) << 13 ) | in SetTable()
37 Float32ToFix13Fraction11( table[ i + 1 ] - table[ i ] ); in SetTable()
42 *command++ = ( Float32ToUnsignedFix11( table[ i ] ) << 13 ) | in SetTable()
43 Float32ToFix13Fraction11( table[ i + 1 ] - table[ i ] ); in SetTable()
46 *command++ = ( Float32ToUnsignedFix11( table[ i ] ) << 13 ) | in SetTable()
/CTR-SDK-4.2.5/documents/shader/Reference/css/
Dtimetable.css2 table.timetable
24 table.timetable th
35 table.timetable td
46 table.timetable td.dummy
52 table.timetable td.empty
57 table.timetable td.prefetch
62 table.timetable td.fetch
67 table.timetable td.decode
72 table.timetable td.exec
77 table.timetable td.post
[all …]
Dmanpage.css302 table.table, table.table td, table.table th
308 table.table
316 table.table td, table.table th
321 table.table td.number, table.table th.number
326 table.table tbody tr th
333 table.table thead tr th,
334 table.table tbody tr th.category
339 table.table caption
345 table.table th
Dpage.css304 table.table, table.table td, table.table th
310 table.table
318 table.table td, table.table th
323 table.table td.number, table.table th.number
328 table.table tbody tr th
335 table.table thead tr th,
336 table.table tbody tr th.category
341 table.table caption
347 table.table th
/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_Compression.cpp551 void HuffCountData( HuffData* table, const u8 *srcp, u32 size, u8 bitSize );
552 u16 HuffConstructTree( HuffData* table, u32 dataNum );
553 u32 HuffConvertData( const HuffData *table, const u8* srcp, u8* dstp, u32 srcSize, u32 maxSize, u8…
555 void HuffAddParentDepthToTable( HuffData *table, u16 leftNo, u16 rightNo );
556 void HuffAddCodeToTable ( HuffData *table, u16 nodeNo, u32 paHuffCode );
557 u8 HuffAddCountHWordToTable ( HuffData *table, u16 nodeNo );
682 HuffData* table = info->huffTable; in HuffInitTable() local
687 table[ i ] = HUFF_TABLE_INIT_DATA; in HuffInitTable()
688 table[ i ].No = (u16)i; in HuffInitTable()
717 void HuffCountData( HuffData* table, const u8 *srcp, u32 size, u8 bitSize ) in HuffCountData() argument
[all …]
/CTR-SDK-4.2.5/documents/api/css/
Dmanpage.css308 table.table, table.table td, table.table th
314 table.table
322 table.table td, table.table th
327 table.table td.number, table.table th.number
332 table.table tbody tr th
339 table.table thead tr th,
340 table.table tbody tr th.category
345 table.table caption
351 table.table th
Dpage.css305 table.table, table.table td, table.table th
311 table.table
319 table.table td, table.table th
324 table.table td.number, table.table th.number
329 table.table tbody tr th
336 table.table thead tr th,
337 table.table tbody tr th.category
342 table.table caption
348 table.table th
/CTR-SDK-4.2.5/documents/css/
Dmanpage.css315 table.table, table.table td, table.table th
321 table.table
329 table.table td, table.table th
334 table.table td.number, table.table th.number
339 table.table tbody tr th
346 table.table thead tr th,
347 table.table tbody tr th.category
352 table.table caption
358 table.table th
/CTR-SDK-4.2.5/documents/TechnicalNotes/AppletGuide/SuperTables/stylesheets/
DsuperTables.css5 .sHeaderInner table{border-spacing:0px 0px !important;border-collapse:collapse !important;width:1px…
7 .sFHeader table{border-spacing:0px 0px !important;border-collapse:collapse !important;width:1px !im…
9 .sData table{border-spacing:0px 0px !important;border-collapse:collapse !important;width:1px !impor…
12 .sFData table{border-spacing:0px 0px !important;border-collapse:collapse !important;width:1px !impo…
/CTR-SDK-4.2.5/documents/resources/Xllt/SuperTables/stylesheets/
DsuperTables.css5 .sHeaderInner table{border-spacing:0px 0px !important;border-collapse:collapse !important;width:1px…
7 .sFHeader table{border-spacing:0px 0px !important;border-collapse:collapse !important;width:1px !im…
9 .sData table{border-spacing:0px 0px !important;border-collapse:collapse !important;width:1px !impor…
12 .sFData table{border-spacing:0px 0px !important;border-collapse:collapse !important;width:1px !impo…
/CTR-SDK-4.2.5/include/nn/util/
Dutil_Crc.h80 u8 table[CRC_TABLE_SIZE]; member
145 u16 table[CRC_TABLE_SIZE]; member
211 u16 table[CRC_TABLE_SIZE]; member
278 u32 table[CRC_TABLE_SIZE]; member
345 u32 table[CRC_TABLE_SIZE]; member
/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_LookUpTable.h55 void SetTable( const f32 table[ LOOKUP_TABLE_ELEMENT_NUM ],
65 void SetAbsTable( const f32 table[ LOOKUP_TABLE_ELEMENT_NUM ],
74 void SetNotAbsTable( const f32 table[ LOOKUP_TABLE_ELEMENT_NUM ],
Dgr_Fog.h76 void SetTable( const f32 table[ FOG_LOOKUP_TABLE_ELEMENT_NUM ],
/CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/
Dabstruct.csv66 0x0af,Procedural texture lookup table setting
67 0x0b0,Procedural texture lookup table data
68 0x0b1,Procedural texture lookup table data
69 0x0b2,Procedural texture lookup table data
70 0x0b3,Procedural texture lookup table data
71 0x0b4,Procedural texture lookup table data
72 0x0b5,Procedural texture lookup table data
73 0x0b6,Procedural texture lookup table data
74 0x0b7,Procedural texture lookup table data
99 0x0e6,Fog lookup table index
[all …]
Ddetail.csv1185 …NoiseMap, R, G, B, A} and glTexImage1D",Specifies the index of the lookup table to set the procedu…
1187 …NoiseMap, R, G, B, A} and glTexImage1D","Specifies the type of the lookup table to set the procedu…
1188 0: Noise-modulation functions lookup table
1189 2: RGB-mapping F functions lookup table
1190 3: Alpha-mapping F functions lookup table
1191 4: Color lookup table (color values)
1192 5: Color lookup table (difference values)"
1194 …Map, NoiseMap, R, G, B, A} and glTexImage1D",Sets the data for the procedural texture lookup table.
1196 …Map, NoiseMap, R, G, B, A} and glTexImage1D",Sets the data for the procedural texture lookup table.
1198 …Map, NoiseMap, R, G, B, A} and glTexImage1D",Sets the data for the procedural texture lookup table.
[all …]
/CTR-SDK-4.2.5/include/nn/fslow/
Dfslow_SafeHandle.h321 Accessor(SafeHandleTable& table, SafeHandle handle) in Accessor() argument
323 SafeHandleTableEntry* entry = table.FindEntry(handle); in Accessor()
407 …Accessor(SafeArchiveHandleTable& table, Handle handle) : SafeHandleTable::Accessor(table.m_Table, … in Accessor() argument