freedreno/a2xx: ir2: set lower_fdph

The fdph opcode is not supported.

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Reviewed-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Jonathan Marek
2019-09-05 11:18:45 -04:00
parent 22799787b5
commit c5e6961a58
@@ -42,6 +42,7 @@ static const nir_shader_compiler_options options = {
.lower_bitops = true,
.lower_rotate = true,
.lower_vector_cmp = true,
.lower_fdph = true,
};
const nir_shader_compiler_options *