vc4: Add a stub for NIR->QIR of control flow function nodes
authorRhys Kidd <rhyskidd@gmail.com>
Sat, 12 Mar 2016 23:34:02 +0000 (18:34 -0500)
committerEric Anholt <eric@anholt.net>
Sat, 9 Apr 2016 01:28:43 +0000 (18:28 -0700)
commit2450b219e5706c86d0539b38f5f579bff148e9ef
tree5dc3f409fc6877ed3c77654d40bf0b9550b5e756
parente5997778bcafedd0d32b2399cb621a736051c4c2
vc4: Add a stub for NIR->QIR of control flow function nodes

We shouldn't have any NIR functions present since all GLSL functions get
inlined, but this would be a more informative error if it does happen.

Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/gallium/drivers/vc4/vc4_program.c