| /CTR-SDK-4.2.5/sources/libraries/gr/CTR/ |
| D | gr_Vertex.cpp | 208 for ( int j = 0; j < VERTEX_ATTRIBUTE_MAX; ++j ) in DisableAttr_() local 210 if ( m_LoadArray[ i ].bind[ j ] != bind_reg ) continue; in DisableAttr_() 212 m_LoadArray[ i ].bind[ j ] = -1; in DisableAttr_() 326 for ( int j = 0; j < VERTEX_ATTRIBUTE_MAX; ++j ) in MakeEnableAttrCommand_() local 329 switch (vtx_array.type[ j ]) in MakeEnableAttrCommand_() 351 if ( vtx_array.byte[ j ] == 0 ) break; in MakeEnableAttrCommand_() 352 total_byte += vtx_array.byte[ j ]; in MakeEnableAttrCommand_() 355 if ( vtx_array.bind[ j ] >= 0 ) in MakeEnableAttrCommand_() 358 elem[ j / 8 ] |= input_index << ( 4 * ( j % 8 ) ); in MakeEnableAttrCommand_() 361 … type[ input_index / 8 ] |= vtx_array.type[ j ] << ( 4 * ( input_index % 8 ) ); in MakeEnableAttrCommand_() [all …]
|
| D | gr_ShaderLite.cpp | 676 … for ( s32 j = 0; outmap_buffer[ i ].index == index && j < OUT_ATTR_DIMENTION_MAX; ++j ) in MakeOutAttrCommand_() local 678 if ( ( outmap_buffer[ i ].mask & ( 1 << j ) ) == 0 ) continue; in MakeOutAttrCommand_() 692 … attr[ index ] = attr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_() 724 … for ( s32 j = 0; outmapInfo[ i ].index == index && j < OUT_ATTR_DIMENTION_MAX; ++j ) in MakeOutAttrCommand_() local 726 if ( ( outmapInfo[ i ].mask & ( 1 << j ) ) == 0 ) continue; in MakeOutAttrCommand_() 741 … vtxAttr[ index ] = vtxAttr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_() 1261 for ( u32 j = 0; j < exe_info->setupCount; ++j ) in CalculateBufferSize_() local 1263 const SetupInfo& info = setupInfo[ j ]; in CalculateBufferSize_() 1302 for(int j = 0; j < m_ExeImageInfoNum; j++) in CalculateBufferSize_() local 1304 if( m_ExeImageInfo[j]->isGeoShader ) in CalculateBufferSize_() [all …]
|
| D | gr_Shader.cpp | 613 … for ( s32 j = 0; outmap_buffer[ i ].index == index && j < OUT_ATTR_DIMENTION_MAX; ++j ) in MakeOutAttrCommand_() local 615 if ( ( outmap_buffer[ i ].mask & ( 1 << j ) ) == 0 ) continue; in MakeOutAttrCommand_() 629 … attr[ index ] = attr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_() 661 … for ( s32 j = 0; outmapInfo[ i ].index == index && j < OUT_ATTR_DIMENTION_MAX; ++j ) in MakeOutAttrCommand_() local 663 if ( ( outmapInfo[ i ].mask & ( 1 << j ) ) == 0 ) continue; in MakeOutAttrCommand_() 678 … vtxAttr[ index ] = vtxAttr[ index ] & ~( 0xff << ( j * 8 ) ) | value << ( j * 8 ); in MakeOutAttrCommand_()
|
| /CTR-SDK-4.2.5/sources/libraries/test/ |
| D | test_TextOutput.cpp | 75 for(int j = 0; j < m_pSuiteInfos[i].testsNum; ++j) in OnFinished() local 77 if(m_pSuiteInfos[i].pTestInfos[j].failureCount != 0) in OnFinished() 79 … NN_PRINT_TEST_LOG(" [%s]\n", m_pSuiteInfos[i].pTestInfos[j].testName.GetBuffer()); in OnFinished() 80 AssertInfos& assertInfos = m_pSuiteInfos[i].pTestInfos[j].assertInfos; in OnFinished()
|
| /CTR-SDK-4.2.5/documents/TechnicalNotes/AppletGuide/SuperTables/javascripts/ |
| D | superTables.js | 3 …j,k,m,n,p;this.sHeaderTable=this.sDataTable.cloneNode(false);if(this.sDataTable.tHead){alpha=this.…
|
| /CTR-SDK-4.2.5/documents/resources/Xllt/SuperTables/javascripts/ |
| D | superTables.js | 3 …j,k,m,n,p;this.sHeaderTable=this.sDataTable.cloneNode(false);if(this.sDataTable.tHead){alpha=this.…
|
| /CTR-SDK-4.2.5/include/nn/util/ |
| D | util_Bits.h | 102 int j = bits[i].Allocate(); in AllocateImpl() local 103 if (j >= 0) in AllocateImpl() 105 return i * 32 + j; in AllocateImpl()
|
| /CTR-SDK-4.2.5/sources/libraries/math/ |
| D | math_Arithmetic.cpp | 585 u32 i, j, lim; in CntBit1() local 593 for (j = i; j < lim; ++j) in CntBit1() 595 x = *(first + j); in CntBit1()
|
| /CTR-SDK-4.2.5/include/nn/math/ARMv6/inline/ |
| D | math_Types.ipp | 106 s32 i, j, k; 130 j = nxt[i]; 131 k = nxt[j]; 132 s = (f32)::std::sqrtf( (m[i][i] - (m[j][j] + m[k][k])) + 1.0f ); 138 pOut->w = (m[k][j] - m[j][k]) * s; 139 q[j] = (m[i][j] + m[j][i]) * s;
|
| D | math_Matrix44.ipp | 798 for (int j = 0; j < 4; ++j) 800 src[i][j] *= w; 801 inv[i][j] *= w; 810 for (int j = 0; j < 4; ++j) 812 src[k][j] -= src[i][j] * w; 813 inv[k][j] -= inv[i][j] * w;
|
| /CTR-SDK-4.2.5/sources/libraries/cx/ |
| D | cx_Uncompression.cpp | 258 for (int j = 0; j < length; j++) in UncompressLZ() local 1043 for (int j = 0; j < length; ++j) in UncompressBLZ() local
|
| D | cx_SecureUncompression.cpp | 1472 for (int j = 0; j < length; ++j) in SecureUncompressBLZ() local
|
| /CTR-SDK-4.2.5/resources/specfiles/ |
| D | DemoVersion.desc | 15 AAAAAAAAAABOn/rw/7//8ec/APIA8JH/APaR/1D/gf9Y/4H/cP+B/3j/gf8B
|
| D | Application.desc | 15 AAAAAAAAAABOn/rw/7//8ec/APIA8JH/APaR/1D/gf9Y/4H/cP+B/3j/gf8B
|
| D | DlpChild.desc | 15 AAAAAAAAAABOn/rw/7//8ec/APIA8JH/APaR/1D/gf9Y/4H/cP+B/3j/gf8B
|