nir: Inline lower_clip_vs() into nir_lower_clip_vs().
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 22 May 2017 02:29:48 +0000 (19:29 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 19 Nov 2018 22:33:14 +0000 (14:33 -0800)
commit63c869687400fc9ddbc9907f71426f6e217c007c
treeb90c16d05b25b4519c197188597bae05a22d68f7
parentbfa789aceb08cd3bb674b714b5dc52a32de13589
nir: Inline lower_clip_vs() into nir_lower_clip_vs().

It's now called exactly once, and there's not really any distinction.

Reviewed-by: Eric Anholt <eric@anholt.net>
src/compiler/nir/nir_lower_clip.c