Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp126 size += this->GetLoadCommandSize( vertexInstructionCount ); in GetProgramCommandSize()
132 size += this->GetLoadCommandSize( m_InstructionCount ); in GetProgramCommandSize()
146 size += this->GetLoadCommandSize( m_SwizzleCount ); in GetSwizzleCommandSize()
151 size += this->GetLoadCommandSize( m_SwizzleCount ); in GetSwizzleCommandSize()
673 ShaderBinaryInfo::GetLoadCommandSize(u32 count) const in GetLoadCommandSize() function in nw::gfx::ShaderBinaryInfo
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h847 s32 GetLoadCommandSize( u32 count ) const;