mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-21 18:40:42 +01:00
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:
parent
22bca8ef19
commit
30d6bc470a
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue