glsl: Add a lowering pass for 64-bit integer modulus

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Ian Romanick
2016-10-18 16:47:14 -07:00
parent 695b04f7eb
commit 7122d851aa
2 changed files with 12 additions and 0 deletions

View File

@@ -54,6 +54,7 @@
#define MUL64 (1U << 0)
#define SIGN64 (1U << 1)
#define DIV64 (1U << 2)
#define MOD64 (1U << 3)
/**
* \see class lower_packing_builtins_visitor