Searched refs:byte (Results 1 – 4 of 4) sorted by relevance
56 #define NN_DSP_BYTE_TO_UNIT(byte) (u16)(byte) argument59 #define NN_DSP_BYTE_TO_UNIT(byte) (u16)((byte) >> 1) argument
84 const u32 byte = PicaDataVertexAttrTypeToByteSize( type ); in EnableAttrAsArray() local106 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()241 byte[ i ] = 0; in CheckDisable()303 if ( vtx_array.byte[ j ] == 0 ) break; in MakeEnableAttrCommand_()304 total_byte += vtx_array.byte[ j ]; in MakeEnableAttrCommand_()322 … NN_LOG( "+ 0x%08x 0x%08x 0x%08x\n", vtx_array.byte[ j ], elem[0], elem[1] ); in MakeEnableAttrCommand_()329 … elem[ j / 8 ] |= ( ( vtx_array.byte[ j ] >> 2 ) + 0xb ) << ( 4 * ( j % 8 ) ); in MakeEnableAttrCommand_()332 … NN_LOG( "- 0x%08x 0x%08x 0x%08x\n", vtx_array.byte[ j ] >> 2, elem[0], elem[1] ); in MakeEnableAttrCommand_()
6 ^userName:Nintendo; // User Name (a maximum of 10 double-byte characters)$11 ^comment:Hello; // Comment (a maximum of 10 double-byte characters)$
300 u32 byte[ VERTEX_ATTRIBUTE_MAX ]; member