diff --git a/src/panfrost/lib/pan_blit.c b/src/panfrost/lib/pan_blit.c index 2ba20cde08d..534e6181a69 100644 --- a/src/panfrost/lib/pan_blit.c +++ b/src/panfrost/lib/pan_blit.c @@ -142,9 +142,9 @@ panfrost_init_blit_shaders(struct panfrost_device *dev) }; nir_alu_type nir_types[PAN_BLIT_NUM_TYPES] = { - nir_type_float, - nir_type_uint, - nir_type_int + nir_type_float32, + nir_type_uint32, + nir_type_int32 }; /* Total size = # of shaders * bytes per shader. There are