vc4: Fix failures with nir_extract_* since the addition of the opcodes.

This commit is contained in:
Eric Anholt 2016-03-15 12:48:55 -07:00
parent bb2c5e657b
commit 1c4b077409

View file

@ -1729,6 +1729,8 @@ nir_to_qir(struct vc4_compile *c)
}
static const nir_shader_compiler_options nir_options = {
.lower_extract_byte = true,
.lower_extract_word = true,
.lower_ffma = true,
.lower_flrp = true,
.lower_fpow = true,