Searched refs:BuildCommonCommand (Results 1 – 3 of 3) sorted by relevance
94 s32 BuildCommonCommand( u32* bufferAddress, u32 bufferSize ) const;102 s32 BuildCommonCommand() const in BuildCommonCommand() function108 s32 result = this->BuildCommonCommand( currentBuffer, bufferSize ); in BuildCommonCommand()
167 s32 writtenSize = shaderInfo->BuildCommonCommand(buffer, static_cast<u32>(commandSize)); in ResBinaryShader_Setup()
241 ShaderBinaryInfo::BuildCommonCommand( u32* bufferAddress, u32 bufferSize ) const in BuildCommonCommand() function in nw::gfx::ShaderBinaryInfo