Searched refs:commandSize (Results 1 – 7 of 7) sorted by relevance
1510 int commandSize = (command->size + 1) & ~1; variable1511 commandSize += 2;1513 addr += commandSize;1516 for (int i = 0; i < commandSize; i += 2)1520 commandSize = i - 2;1546 for (int i = 2; i < commandSize; i += 2)1560 if (commandSize != 2)
707 u32 commandSize = pixTexMapper.GetCommandSizeToSend(); in ActivateTextureMappers() local709 internal::NWUseCmdlist(command, commandSize); in ActivateTextureMappers()743 u32 commandSize = pixTexMapper.GetCommandSizeToSend(); in ActivateParticleTextureMappers() local745 internal::NWUseCmdlist(command, commandSize); in ActivateParticleTextureMappers()
1531 u32 commandSize = 0; in BuildTextCommand() local1538 commandSize = sizeof(TexEnv34AlphaCommands); in BuildTextCommand()1543 commandSize = sizeof(TexEnv34Commands); in BuildTextCommand()1545 NW_FONT_ADD_COMMANDS(pStringBuffer, commands, commandSize); in BuildTextCommand()1557 commandSize = sizeof(TexEnvOperand34AlphaCommands); in BuildTextCommand()1562 commandSize = sizeof(TexEnvOperand34Commands); in BuildTextCommand()1564 NW_FONT_ADD_COMMANDS(pStringBuffer, commands, commandSize); in BuildTextCommand()
478 …void AddLoadMeterCommandSize(s32 commandSize) { m_LoadMeterDescription.drawCommandBufferSize += co… in AddLoadMeterCommandSize() argument
586 commandSize = sizeof( u32 ) * settingSize in SetUpTextures() enumerator688 NW_FONT_RECTDRAWER_ADD_COMMAND( command, commandSize * num ); in SetUpTextures()
203 int commandSize = m_RenderSystem->GetCommandListSwapper()->GetCommandBufferSize(); in Invoke() local204 m_RenderSystem->AddLoadMeterCommandSize(commandSize - m_StartCommand->GetCommandSize()); in Invoke()