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:
@@ -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
|
||||
|
Reference in New Issue
Block a user