Deferred shading G-buffer #1 (typically specular + roughness).
Built-in deferred shaders put specular color into RGB channels, and roughness into A channel of this texture. But your own custom shaders could be outputting anything there of course.
Additional resources: CommandBuffer.