pan/compiler: Drop pan_compile_inputs::bifrost::rt_conv

Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39244>
This commit is contained in:
Faith Ekstrand 2026-01-07 15:01:21 -05:00 committed by Marge Bot
parent 80bdd7019a
commit bfe751bf53

View file

@ -152,9 +152,6 @@ struct pan_compile_inputs {
} fau_consts;
union {
struct {
uint32_t rt_conv[8];
} bifrost;
struct {
/* Use LD_VAR_BUF[_IMM] instead of LD_VAR[_IMM] to load varyings. */
bool use_ld_var_buf;