Lines Matching refs:command
128 const u32 command[] = in SetUpTexEnv() local
133 NW_FONT_RECTDRAWER_ADD_COMMAND( command, sizeof( command ) ); in SetUpTexEnv()
160 static u32 command[] NW_LYT_DRAWER_ALIGN_32 = in SetUpTexEnv() local
183 *reinterpret_cast< nw::ut::Color8* >( &command[ 4 ] ) = white; in SetUpTexEnv()
185 NW_FONT_RECTDRAWER_ADD_COMMAND( command, sizeof( command ) ); in SetUpTexEnv()
189 else if ( *reinterpret_cast< nw::ut::Color8* >( &command[ 4 ] ) != white ) in SetUpTexEnv()
193 *reinterpret_cast< nw::ut::Color8* >( &command[ 4 ] ) = white; in SetUpTexEnv()
197 command[ 4 ] ); in SetUpTexEnv()
208 static u32 command[] NW_LYT_DRAWER_ALIGN_32 = in SetUpTexEnv() local
266 *reinterpret_cast< nw::ut::Color8* >( &command[ 4 ] ) = black; in SetUpTexEnv()
267 *reinterpret_cast< nw::ut::Color8* >( &command[ 10 ] ) = white; in SetUpTexEnv()
269 NW_FONT_RECTDRAWER_ADD_COMMAND( command, sizeof( command ) ); in SetUpTexEnv()
273 else if ( *reinterpret_cast< nw::ut::Color8* >( &command[ 4 ] ) != black || in SetUpTexEnv()
274 *reinterpret_cast< nw::ut::Color8* >( &command[ 10 ] ) != white ) in SetUpTexEnv()
278 *reinterpret_cast< nw::ut::Color8* >( &command[ 4 ] ) = black; in SetUpTexEnv()
279 *reinterpret_cast< nw::ut::Color8* >( &command[ 10 ] ) = white; in SetUpTexEnv()
283 command[ 4 ] ); in SetUpTexEnv()
287 command[ 10 ] ); in SetUpTexEnv()
316 static u32 command[] NW_LYT_DRAWER_ALIGN_32 = in SetUpTexEnvType2() local
392 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend ] ) = blend; in SetUpTexEnvType2()
393 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosWhite ] ) = white; in SetUpTexEnvType2()
394 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlack ] ) = black; in SetUpTexEnvType2()
396 NW_FONT_RECTDRAWER_ADD_COMMAND( command, sizeof( command ) ); in SetUpTexEnvType2()
398 else if ( *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend ] ) != blend || in SetUpTexEnvType2()
399 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosWhite ] ) != white || in SetUpTexEnvType2()
400 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlack ] ) != black ) in SetUpTexEnvType2()
402 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend ] ) = blend; in SetUpTexEnvType2()
403 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosWhite ] ) = white; in SetUpTexEnvType2()
404 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlack ] ) = black; in SetUpTexEnvType2()
408 command[ cmdPosBlend ] ); in SetUpTexEnvType2()
412 command[ cmdPosWhite ] ); in SetUpTexEnvType2()
417 command[ cmdPosBlack ] ); in SetUpTexEnvType2()
423 static u32 command[] NW_LYT_DRAWER_ALIGN_32 = in SetUpTexEnvType3() local
539 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend0 ] ) = blend; in SetUpTexEnvType3()
540 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend1 ] ) = blend; in SetUpTexEnvType3()
541 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend2 ] ) = blend; in SetUpTexEnvType3()
542 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosWhite ] ) = white; in SetUpTexEnvType3()
543 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlack ] ) = black; in SetUpTexEnvType3()
545 NW_FONT_RECTDRAWER_ADD_COMMAND( command, sizeof( command ) ); in SetUpTexEnvType3()
547 else if ( *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend0 ] ) != blend || in SetUpTexEnvType3()
548 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosWhite ] ) != white || in SetUpTexEnvType3()
549 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlack ] ) != black ) in SetUpTexEnvType3()
551 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend0 ] ) = blend; in SetUpTexEnvType3()
552 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend1 ] ) = blend; in SetUpTexEnvType3()
553 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend2 ] ) = blend; in SetUpTexEnvType3()
554 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosWhite ] ) = white; in SetUpTexEnvType3()
555 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlack ] ) = black; in SetUpTexEnvType3()
559 command[ cmdPosBlend0 ] ); in SetUpTexEnvType3()
563 command[ cmdPosBlend1 ] ); in SetUpTexEnvType3()
567 command[ cmdPosBlend2 ] ); in SetUpTexEnvType3()
571 command[ cmdPosWhite ] ); in SetUpTexEnvType3()
576 command[ cmdPosBlack ] ); in SetUpTexEnvType3()
582 static u32 command[] NW_LYT_DRAWER_ALIGN_32 = in SetUpTextures() local
624 command[ idxTextureAddr ] = PICA_CMD_DATA_ZERO(); in SetUpTextures()
658 u32* __restrict c = &command[ i * settingSize ]; in SetUpTextures()
734 NW_FONT_RECTDRAWER_ADD_COMMAND( command, commandSize * num ); in SetUpTextures()
948 static const u32 command[] = in SetUpGLTexEnvUser() local
965 NW_FONT_RECTDRAWER_ADD_COMMAND( command, sizeof( command ) ); in SetUpGLTexEnvUser()
985 const u32 command[] = in SetUpGLTexEnvUser() local
1000 NW_FONT_RECTDRAWER_ADD_COMMAND( command, sizeof( command ) ); in SetUpGLTexEnvUser()
1056 u32 command[] = { in SetUpBlendMode() local
1063 NW_FONT_RECTDRAWER_ADD_COMMAND( command, sizeof( command ) ); in SetUpBlendMode()
1101 const u32 command[] = in SetUpBlendMode() local
1108 NW_FONT_RECTDRAWER_ADD_COMMAND( command, sizeof( command ) ); in SetUpBlendMode()
1135 const u32 command[] = in SetUpBlendMode() local
1139 NW_FONT_RECTDRAWER_ADD_COMMAND( command, sizeof( command ) ); in SetUpBlendMode()