nir/lower_clip: add lower_clip_outputs() helper
authorTimothy Arceri <tarceri@itsqueeze.com>
Fri, 28 Jun 2019 00:50:15 +0000 (10:50 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Thu, 18 Jul 2019 23:25:47 +0000 (09:25 +1000)
commit4b08bb47704ee181c9406e26c086815bd4c241ec
treec54188a213dc304d925d404c19916b8bae35c4ec
parenta59926b3ca7bd942566ec62dedef10b7f55b95a6
nir/lower_clip: add lower_clip_outputs() helper

This will be reused in the following patch to add support for clip
vertex lowering in geometry shaders.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/compiler/nir/nir_lower_clip.c