Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp62 m_InstructionCount = *binary; in AnalyzeBinary()
121 u32 vertexInstructionCount = ut::Min( m_InstructionCount, u32(VS_INSTRUCTION_MAX) ); in GetProgramCommandSize()
132 size += this->GetLoadCommandSize( m_InstructionCount ); in GetProgramCommandSize()
286 u32 vertexInstructionCount = ut::Min( m_InstructionCount, u32(VS_INSTRUCTION_MAX) ); in BuildProgramCommand()
324 m_InstructionCount ); in BuildProgramCommand()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h63 m_InstructionCount( 0 ), in ShaderBinaryInfo()
778 u32 m_InstructionCount; variable