From b371e509dabf1c590dac37a9526d3dbac3477439 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 30 Mar 2022 14:11:56 -0400 Subject: [PATCH] panfrost: Add a table for images For the default Valhall ABI. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/util/pan_ir.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panfrost/util/pan_ir.h b/src/panfrost/util/pan_ir.h index a529e2c15d6..ffd1d855b0a 100644 --- a/src/panfrost/util/pan_ir.h +++ b/src/panfrost/util/pan_ir.h @@ -43,6 +43,7 @@ enum pan_resource_table { PAN_TABLE_ATTRIBUTE_BUFFER, PAN_TABLE_SAMPLER, PAN_TABLE_TEXTURE, + PAN_TABLE_IMAGE, PAN_NUM_RESOURCE_TABLES };