Deferred shading G-buffer #3 (typically emission/lighting).
Built-in deferred shaders put ambient & emission into RGB channels of this texture. And then the lights are also added there during lighting pass. But your own custom shaders could be outputting anything there of course.
See Also: CommandBuffer.