Question about multi-pass Post Process without Global Shader

Thanks for the answer!

I’m facing a situation where the first pass involves sampling surrounding pixels for computation, and the next pass requires blurring the results.
I attempted merging the blur into the first pass, but it’s too resource-intensive. Any suggestions?