Stencil range testing

So operations like,

if stencil > refA | | stencil < refB then pass

can be done in a single pass. Granted, this is more of a hardware issue but it would still be nice to have.