nir/intrinsic: Allow up to four indices

This commit is contained in:
Jason Ekstrand
2015-10-14 16:37:35 -07:00
parent b37c38c1ca
commit 5eccd0b4b9

View File

@@ -874,7 +874,7 @@ typedef struct {
*/
uint8_t num_components;
int const_index[3];
int const_index[4];
nir_deref_var *variables[2];