Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp57 m_pInstruction = static_cast<const u32*>( ut::AddOffsetToPtr( packageInfo, *binary ) ); in AnalyzeBinary()
135 &m_pInstruction[ 0 ], in BuildProgramCommand()
159 &m_pInstruction[ 0 ], in BuildProgramCommand()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h60 m_pInstruction( NULL ), in ShaderBinaryInfo()
741 const u32* m_pInstruction; variable