Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp119 u32 vertexInstructionCount = ut::Min( m_InstructionCount, u32(VS_INSTRUCTION_MAX) ); in GetProgramCommandSize() local
124 size += this->GetLoadCommandSize( vertexInstructionCount ); in GetProgramCommandSize()
284 u32 vertexInstructionCount = ut::Min( m_InstructionCount, u32(VS_INSTRUCTION_MAX) ); in BuildProgramCommand() local
298 vertexInstructionCount ); in BuildProgramCommand()