Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp59 m_pInstruction = static_cast<const u32*>( ut::AddOffsetToPtr( packageInfo, *binary ) ); in AnalyzeBinary()
299 &m_pInstruction[ 0 ], in BuildProgramCommand()
323 &m_pInstruction[ 0 ], in BuildProgramCommand()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h62 m_pInstruction( NULL ), in ShaderBinaryInfo()
777 const u32* m_pInstruction; variable