Home
last modified time | relevance | path

Searched refs:commandSize (Results 1 – 7 of 7) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_CommandUtil.h1510 int commandSize = (command->size + 1) & ~1; variable
1511 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)
Dgfx_MaterialState.h707 u32 commandSize = pixTexMapper.GetCommandSizeToSend(); in ActivateTextureMappers() local
709 internal::NWUseCmdlist(command, commandSize); in ActivateTextureMappers()
743 u32 commandSize = pixTexMapper.GetCommandSizeToSend(); in ActivateParticleTextureMappers() local
745 internal::NWUseCmdlist(command, commandSize); in ActivateParticleTextureMappers()
/NW4C-1.2.23/sources/libraries/font/
Dfont_RectDrawer.cpp1531 u32 commandSize = 0; in BuildTextCommand() local
1538 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()
/NW4C-1.2.23/include/nw/demo/
Ddemo_GraphicsSystem.h478 …void AddLoadMeterCommandSize(s32 commandSize) { m_LoadMeterDescription.drawCommandBufferSize += co… in AddLoadMeterCommandSize() argument
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_DrawerGraphics.cpp586 commandSize = sizeof( u32 ) * settingSize in SetUpTextures() enumerator
688 NW_FONT_RECTDRAWER_ADD_COMMAND( command, commandSize * num ); in SetUpTextures()
/NW4C-1.2.23/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp203 int commandSize = m_RenderSystem->GetCommandListSwapper()->GetCommandBufferSize(); in Invoke() local
204 m_RenderSystem->AddLoadMeterCommandSize(commandSize - m_StartCommand->GetCommandSize()); in Invoke()
/NW4C-1.2.23/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp203 int commandSize = m_RenderSystem->GetCommandListSwapper()->GetCommandBufferSize(); in Invoke() local
204 m_RenderSystem->AddLoadMeterCommandSize(commandSize - m_StartCommand->GetCommandSize()); in Invoke()