Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp121 u32 vertexInstructionCount = ut::Min( m_InstructionCount, u32(VS_INSTRUCTION_MAX) ); in GetProgramCommandSize() local
126 size += this->GetLoadCommandSize( vertexInstructionCount ); in GetProgramCommandSize()
286 u32 vertexInstructionCount = ut::Min( m_InstructionCount, u32(VS_INSTRUCTION_MAX) ); in BuildProgramCommand() local
300 vertexInstructionCount ); in BuildProgramCommand()