Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp124 size += this->GetLoadCommandSize( vertexInstructionCount ); in GetProgramCommandSize()
130 size += this->GetLoadCommandSize( m_InstructionCount ); in GetProgramCommandSize()
144 size += this->GetLoadCommandSize( m_SwizzleCount ); in GetSwizzleCommandSize()
149 size += this->GetLoadCommandSize( m_SwizzleCount ); in GetSwizzleCommandSize()
671 ShaderBinaryInfo::GetLoadCommandSize(u32 count) const in GetLoadCommandSize() function in nw::gfx::ShaderBinaryInfo
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h845 s32 GetLoadCommandSize( u32 count ) const;