Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/dsp/CTR/Common/
Ddsp_Types.h56 #define NN_DSP_BYTE_TO_UNIT(byte) (u16)(byte) argument
59 #define NN_DSP_BYTE_TO_UNIT(byte) (u16)((byte) >> 1) argument
/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Vertex.cpp84 const u32 byte = PicaDataVertexAttrTypeToByteSize( type ); in EnableAttrAsArray() local
106 array->byte[ 0 ] = byte; in EnableAttrAsArray()
111 array->byte[ i ] = 0; in EnableAttrAsArray()
174 …array->byte[ i ] = i < interleave_info.dataNum ? PicaDataVertexAttrTypeToByteSize( array->type[ i … in EnableInterleavedArray()
248 byte[ index ] = 0; in CheckDisable()
263 byte[ index ] = 0; in DisableAll()
351 if ( vtx_array.byte[ j ] == 0 ) break; in MakeEnableAttrCommand_()
352 total_byte += vtx_array.byte[ j ]; in MakeEnableAttrCommand_()
370 … NN_LOG( "+ 0x%08x 0x%08x 0x%08x\n", vtx_array.byte[ j ], elem[0], elem[1] ); in MakeEnableAttrCommand_()
377 … elem[ j / 8 ] |= ( ( vtx_array.byte[ j ] >> 2 ) + 0xb ) << ( 4 * ( j % 8 ) ); in MakeEnableAttrCommand_()
[all …]
/CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/
Ddetail.csv23 0x47,[31:8],,Set a byte enable of 0 to ensure no access.
754 0x61,[31:8],,Set a byte enable of 0 to ensure no access.
760 0x62,[31:8],,Set a byte enable of 0 to ensure no access.
788 0x6a,[31:24],,Set a byte enable of 0 to ensure no access.
844 …[16:16] of the same register to clear the texture cache. Otherwise, set a byte enable of 0 to ensu…
2836 …f the render target depth buffer,Sets a value equal to the depth buffer’s byte address divided by …
2838 …dress secured with glTexImage2D",Sets a value equal to the color buffer’s byte address divided by …
4254 …ize, type of glVertexAttribPointer",The address of load array 0. Sets the byte offset from the bas…
4269 0xc: 4-byte padding
4270 0xd: 8-byte padding
[all …]
Dabstruct.csv137 0x11c,Depth buffer byte address
138 0x11d,Color buffer byte address
/CTR-SDK-4.2.5/resources/configtool/
Dctrsetting.txt5 userName:Nintendo; // User Name (a maximum of 10 double-byte characters)
10 comment:Hello; // Comment (a maximum of 10 double-byte characters)
/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_Vertex.h344 u32 byte[ VERTEX_ATTRIBUTE_MAX ]; variable