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