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:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user