Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp60 m_InstructionCount = *binary; in AnalyzeBinary()
119 u32 vertexInstructionCount = ut::Min( m_InstructionCount, u32(VS_INSTRUCTION_MAX) ); in GetProgramCommandSize()
130 size += this->GetLoadCommandSize( m_InstructionCount ); in GetProgramCommandSize()
284 u32 vertexInstructionCount = ut::Min( m_InstructionCount, u32(VS_INSTRUCTION_MAX) ); in BuildProgramCommand()
322 m_InstructionCount ); in BuildProgramCommand()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h61 m_InstructionCount( 0 ), in ShaderBinaryInfo()
776 u32 m_InstructionCount; variable