panfrost: Add a table for images

For the default Valhall ABI.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15793>
This commit is contained in:
Alyssa Rosenzweig
2022-03-30 14:11:56 -04:00
committed by Marge Bot
parent 736f3fdadd
commit b371e509da
+1
View File
@@ -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
};