Skip to content

etnaviv: call nir_lower_bool_to_bitsize

Starting with commit 6f394343 ("nir/algebraic: i2f(f2i()) -> trunc()") dEQP-GLES2.functional.shaders.operator.binary_operator.div.lowp_int_vertex ends with an unsuppored flt instruction. Use nir_lower_bool_to_bitsize to convert this flt to a flt32 which is supported. This fixes the introduced regression.

Signed-off-by: Christian Gmeiner christian.gmeiner@gmail.com

Merge request reports