i965: Set lower_vote_trivial in vector_nir_options_gen6 too.

There's a second struct for Gen6+.

Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Kenneth Graunke
2017-07-21 18:08:37 -07:00
parent 22bca8ef19
commit 30d6bc470a

View File

@@ -99,6 +99,7 @@ static const struct nir_shader_compiler_options vector_nir_options_gen6 = {
.lower_unpack_unorm_2x16 = true,
.lower_extract_byte = true,
.lower_extract_word = true,
.lower_vote_trivial = true,
.max_unroll_iterations = 32,
};