pvr: add missing forward-declaration

Not sure how we missed this, but we need the declaration here. This
probably only worked because of transitative includes, which we shound't
rely on.

Fixes: 82fad3f258 ("pvr: Enable PBE_FILTERABLE_F16")
Reviewed-by: Ashish Chauhan <ashish.chauhan@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39035>
This commit is contained in:
Erik Faye-Lund 2026-01-07 14:08:47 +01:00 committed by Marge Bot
parent d7a2cca937
commit ae6ddec410

View file

@ -34,6 +34,8 @@
#include "util/format/u_formats.h"
#include "vk_format.h"
struct pvr_device_info;
/* This is based on VkClearColorValue which is an array of RGBA, and on the
* output register usage for the biggest 32 bit 4 component formats which use up
* all 4 output registers.