Lines Matching refs:command
95 const u32 command[] = in SetUpTexEnv() local
100 NW_FONT_RECTDRAWER_ADD_COMMAND( command, sizeof( command ) ); in SetUpTexEnv()
127 static u32 command[] NW_LYT_DRAWER_ALIGN_32 = in SetUpTexEnv() local
150 *reinterpret_cast< nw::ut::Color8* >( &command[ 4 ] ) = white; in SetUpTexEnv()
152 NW_FONT_RECTDRAWER_ADD_COMMAND( command, sizeof( command ) ); in SetUpTexEnv()
156 else if ( *reinterpret_cast< nw::ut::Color8* >( &command[ 4 ] ) != white ) in SetUpTexEnv()
160 *reinterpret_cast< nw::ut::Color8* >( &command[ 4 ] ) = white; in SetUpTexEnv()
164 command[ 4 ] ); in SetUpTexEnv()
175 static u32 command[] NW_LYT_DRAWER_ALIGN_32 = in SetUpTexEnv() local
233 *reinterpret_cast< nw::ut::Color8* >( &command[ 4 ] ) = black; in SetUpTexEnv()
234 *reinterpret_cast< nw::ut::Color8* >( &command[ 10 ] ) = white; in SetUpTexEnv()
236 NW_FONT_RECTDRAWER_ADD_COMMAND( command, sizeof( command ) ); in SetUpTexEnv()
240 else if ( *reinterpret_cast< nw::ut::Color8* >( &command[ 4 ] ) != black || in SetUpTexEnv()
241 *reinterpret_cast< nw::ut::Color8* >( &command[ 10 ] ) != white ) in SetUpTexEnv()
245 *reinterpret_cast< nw::ut::Color8* >( &command[ 4 ] ) = black; in SetUpTexEnv()
246 *reinterpret_cast< nw::ut::Color8* >( &command[ 10 ] ) = white; in SetUpTexEnv()
250 command[ 4 ] ); in SetUpTexEnv()
254 command[ 10 ] ); in SetUpTexEnv()
283 static u32 command[] NW_LYT_DRAWER_ALIGN_32 = in SetUpTexEnvType2() local
359 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend ] ) = blend; in SetUpTexEnvType2()
360 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosWhite ] ) = white; in SetUpTexEnvType2()
361 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlack ] ) = black; in SetUpTexEnvType2()
363 NW_FONT_RECTDRAWER_ADD_COMMAND( command, sizeof( command ) ); in SetUpTexEnvType2()
365 else if ( *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend ] ) != blend || in SetUpTexEnvType2()
366 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosWhite ] ) != white || in SetUpTexEnvType2()
367 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlack ] ) != black ) in SetUpTexEnvType2()
369 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend ] ) = blend; in SetUpTexEnvType2()
370 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosWhite ] ) = white; in SetUpTexEnvType2()
371 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlack ] ) = black; in SetUpTexEnvType2()
375 command[ cmdPosBlend ] ); in SetUpTexEnvType2()
379 command[ cmdPosWhite ] ); in SetUpTexEnvType2()
384 command[ cmdPosBlack ] ); in SetUpTexEnvType2()
390 static u32 command[] NW_LYT_DRAWER_ALIGN_32 = in SetUpTexEnvType3() local
506 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend0 ] ) = blend; in SetUpTexEnvType3()
507 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend1 ] ) = blend; in SetUpTexEnvType3()
508 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend2 ] ) = blend; in SetUpTexEnvType3()
509 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosWhite ] ) = white; in SetUpTexEnvType3()
510 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlack ] ) = black; in SetUpTexEnvType3()
512 NW_FONT_RECTDRAWER_ADD_COMMAND( command, sizeof( command ) ); in SetUpTexEnvType3()
514 else if ( *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend0 ] ) != blend || in SetUpTexEnvType3()
515 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosWhite ] ) != white || in SetUpTexEnvType3()
516 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlack ] ) != black ) in SetUpTexEnvType3()
518 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend0 ] ) = blend; in SetUpTexEnvType3()
519 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend1 ] ) = blend; in SetUpTexEnvType3()
520 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend2 ] ) = blend; in SetUpTexEnvType3()
521 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosWhite ] ) = white; in SetUpTexEnvType3()
522 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlack ] ) = black; in SetUpTexEnvType3()
526 command[ cmdPosBlend0 ] ); in SetUpTexEnvType3()
530 command[ cmdPosBlend1 ] ); in SetUpTexEnvType3()
534 command[ cmdPosBlend2 ] ); in SetUpTexEnvType3()
538 command[ cmdPosWhite ] ); in SetUpTexEnvType3()
543 command[ cmdPosBlack ] ); in SetUpTexEnvType3()
549 static u32 command[] NW_LYT_DRAWER_ALIGN_32 = in SetUpTextures() local
591 command[ idxTextureAddr ] = PICA_CMD_DATA_ZERO(); in SetUpTextures()
625 u32* __restrict c = &command[ i * settingSize ]; in SetUpTextures()
688 NW_FONT_RECTDRAWER_ADD_COMMAND( command, commandSize * num ); in SetUpTextures()
902 static const u32 command[] = in SetUpGLTexEnvUser() local
919 NW_FONT_RECTDRAWER_ADD_COMMAND( command, sizeof( command ) ); in SetUpGLTexEnvUser()
939 const u32 command[] = in SetUpGLTexEnvUser() local
954 NW_FONT_RECTDRAWER_ADD_COMMAND( command, sizeof( command ) ); in SetUpGLTexEnvUser()
1010 u32 command[] = { in SetUpBlendMode() local
1017 NW_FONT_RECTDRAWER_ADD_COMMAND( command, sizeof( command ) ); in SetUpBlendMode()
1055 const u32 command[] = in SetUpBlendMode() local
1062 NW_FONT_RECTDRAWER_ADD_COMMAND( command, sizeof( command ) ); in SetUpBlendMode()
1089 const u32 command[] = in SetUpBlendMode() local
1093 NW_FONT_RECTDRAWER_ADD_COMMAND( command, sizeof( command ) ); in SetUpBlendMode()