Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h94 s32 BuildCommonCommand( u32* bufferAddress, u32 bufferSize ) const;
102 s32 BuildCommonCommand() const in BuildCommonCommand() function
108 s32 result = this->BuildCommonCommand( currentBuffer, bufferSize ); in BuildCommonCommand()
/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResShader.cpp167 s32 writtenSize = shaderInfo->BuildCommonCommand(buffer, static_cast<u32>(commandSize)); in ResBinaryShader_Setup()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp241 ShaderBinaryInfo::BuildCommonCommand( u32* bufferAddress, u32 bufferSize ) const in BuildCommonCommand() function in nw::gfx::ShaderBinaryInfo