Home
last modified time | relevance | path

Searched refs:BuildCommonCommand (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h96 s32 BuildCommonCommand( u32* bufferAddress, u32 bufferSize ) const;
104 s32 BuildCommonCommand() const in BuildCommonCommand() function
110 s32 result = this->BuildCommonCommand( currentBuffer, bufferSize ); in BuildCommonCommand()
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResShader.cpp176 s32 writtenSize = shaderInfo->BuildCommonCommand(buffer, static_cast<u32>(commandSize)); in ResBinaryShader_Setup()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp243 ShaderBinaryInfo::BuildCommonCommand( u32* bufferAddress, u32 bufferSize ) const in BuildCommonCommand() function in nw::gfx::ShaderBinaryInfo