nir: Support lowering vote intrinsics
authorMatt Turner <mattst88@gmail.com>
Thu, 22 Jun 2017 19:20:18 +0000 (12:20 -0700)
committerMatt Turner <mattst88@gmail.com>
Thu, 20 Jul 2017 23:56:49 +0000 (16:56 -0700)
commit742cc6118a8d76870c707667a945269122aa0f21
treecd41e61559afc2139ec98325eb329a2e98ec9be1
parentd4c9d6a3b2cef577454d9c911fc96d5f678d9955
nir: Support lowering vote intrinsics

... trivially (as allowed by the spec!) by reusing the existing
nir_opt_intrinsics code.

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