From: Jason Ekstrand Date: Wed, 14 Oct 2015 23:37:35 +0000 (-0700) Subject: nir/intrinsic: Allow up to four indices X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5eccd0b4b947d806c0725899a827e622e605f2cc;p=mesa.git nir/intrinsic: Allow up to four indices --- diff --git a/src/glsl/nir/nir.h b/src/glsl/nir/nir.h index dbd73f15b22..f2794cb7afb 100644 --- a/src/glsl/nir/nir.h +++ b/src/glsl/nir/nir.h @@ -874,7 +874,7 @@ typedef struct { */ uint8_t num_components; - int const_index[3]; + int const_index[4]; nir_deref_var *variables[2];