From f0cb161e786d8e5900648731274b09a24a45fef4 Mon Sep 17 00:00:00 2001 From: Connor Abbott Date: Tue, 8 Dec 2020 13:39:36 +0100 Subject: [PATCH] panfrost/blit: Use sized types for nir_tex_instr::dest_type Acked-by: Jason Ekstrand Reviewed-by: Alyssa Rosenzweig Part-of: --- src/panfrost/lib/pan_blit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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