A “resolved” multisample depth texture is not particularly useful, but the stencil component of a Depth24/Stencil8 texture could be, if the resolve step includes all bit values of each subpixel.
For example, a 4x multisample pixel with stencil values like this could be resolved into a single value 1|2|4.
1|2 4
0 1
Is this a supported feature?